org.apache.continuum.xmlrpc.repository
Class LocalRepository

java.lang.Object
  extended by org.apache.continuum.xmlrpc.repository.LocalRepository
All Implemented Interfaces:
Serializable

public class LocalRepository
extends Object
implements Serializable

Class LocalRepository.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
LocalRepository()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 int getId()
          Get the id field.
 String getLayout()
          Get the layout of the repository.
 String getLocation()
          Get the file system location for this repository.
 String getName()
          Get the name field.
 int hashCode()
          Method hashCode.
 void setId(int id)
          Set the id field.
 void setLayout(String layout)
          Set the layout of the repository.
 void setLocation(String location)
          Set the file system location for this repository.
 void setName(String name)
          Set the name field.
 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(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getId

public int getId()
Get the id field.

Returns:
int

getLayout

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

Returns:
String

getLocation

public String getLocation()
Get the file system location for this repository.

Returns:
String

getName

public String getName()
Get the name field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setId

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

Parameters:
id -

setLayout

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

Parameters:
layout -

setLocation

public void setLocation(String location)
Set the file system location for this repository.

Parameters:
location -

setName

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

Parameters:
name -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.