org.apache.continuum.xmlrpc.repository
Class LocalRepository

Package class diagram package LocalRepository
java.lang.Object
  extended by org.apache.continuum.xmlrpc.repository.LocalRepository
All Implemented Interfaces:
java.io.Serializable

public class LocalRepository
extends java.lang.Object
implements java.io.Serializable

Class LocalRepository.

See Also:
Serialized Form

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

LocalRepository

public LocalRepository()
Method Detail

equals

public boolean equals(java.lang.Object other)
Method equals.

Overrides:
equals in class java.lang.Object
Parameters:
other -
Returns:
boolean

getId

public int getId()
Get the id field.

Returns:
int

getLayout

public java.lang.String getLayout()
Get The layout of the repository. Valid values are "default" and "legacy" .

Returns:
String

getLocation

public java.lang.String getLocation()
Get The file system location for this repository .

Returns:
String

getName

public java.lang.String getName()
Get the name field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class java.lang.Object
Returns:
int

setId

public void setId(int id)
Set the id field.

Parameters:
id -

setLayout

public void setLayout(java.lang.String layout)
Set The layout of the repository. Valid values are "default" and "legacy" .

Parameters:
layout -

setLocation

public void setLocation(java.lang.String location)
Set The file system location for this repository .

Parameters:
location -

setName

public void setName(java.lang.String name)
Set the name field.

Parameters:
name -

toString

public java.lang.String toString()
Method toString.

Overrides:
toString in class java.lang.Object
Returns:
java.lang.String

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.