|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.continuum.xmlrpc.repository.LocalRepository
public class LocalRepository
Class LocalRepository.
| Constructor Summary | |
|---|---|
LocalRepository()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Method equals. |
int |
getId()
Get the id field. |
java.lang.String |
getLayout()
Get The layout of the repository. |
java.lang.String |
getLocation()
Get The file system location for this repository . |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get the name field. |
int |
hashCode()
Method hashCode. |
void |
setId(int id)
Set the id field. |
void |
setLayout(java.lang.String layout)
Set The layout of the repository. |
void |
setLocation(java.lang.String location)
Set The file system location for this repository . |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setName(java.lang.String name)
Set the name field. |
java.lang.String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocalRepository()
| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother -
public int getId()
public java.lang.String getLayout()
public java.lang.String getLocation()
public java.lang.String getName()
public int hashCode()
hashCode in class java.lang.Objectpublic void setId(int id)
id - public void setLayout(java.lang.String layout)
layout - public void setLocation(java.lang.String location)
location - public void setName(java.lang.String name)
name - public java.lang.String toString()
toString in class java.lang.Objectpublic void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||