org.apache.archiva.rest.api.model
Class AbstractImplementationInformation
java.lang.Object
org.apache.archiva.rest.api.model.AbstractImplementationInformation
- Direct Known Subclasses:
- RBACManagerImplementationInformation, UserManagerImplementationInformation
public class AbstractImplementationInformation
- extends Object
- Since:
- 1.4-M4
- Author:
- Olivier Lamy
AbstractImplementationInformation
public AbstractImplementationInformation()
AbstractImplementationInformation
public AbstractImplementationInformation(String beanId,
String descriptionKey,
boolean readOnly)
getBeanId
public String getBeanId()
setBeanId
public void setBeanId(String beanId)
getDescriptionKey
public String getDescriptionKey()
setDescriptionKey
public void setDescriptionKey(String descriptionKey)
isReadOnly
public boolean isReadOnly()
setReadOnly
public void setReadOnly(boolean readOnly)
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.