org.apache.archiva.rest.api.model
Class AbstractImplementationInformation

java.lang.Object
  extended by org.apache.archiva.rest.api.model.AbstractImplementationInformation
Direct Known Subclasses:
RBACManagerImplementationInformation, UserManagerImplementationInformation

public class AbstractImplementationInformation
extends Object

Since:
1.4-M4
Author:
Olivier Lamy

Constructor Summary
AbstractImplementationInformation()
           
AbstractImplementationInformation(String beanId, String descriptionKey, boolean readOnly)
           
 
Method Summary
 boolean equals(Object o)
           
 String getBeanId()
           
 String getDescriptionKey()
           
 int hashCode()
           
 boolean isReadOnly()
           
 void setBeanId(String beanId)
           
 void setDescriptionKey(String descriptionKey)
           
 void setReadOnly(boolean readOnly)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractImplementationInformation

public AbstractImplementationInformation()

AbstractImplementationInformation

public AbstractImplementationInformation(String beanId,
                                         String descriptionKey,
                                         boolean readOnly)
Method Detail

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.