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

Field Summary
private  String beanId
           
private  String descriptionKey
           
private  boolean readOnly
           
 
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
 

Field Detail

beanId

private String beanId

descriptionKey

private String descriptionKey

readOnly

private boolean readOnly
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-2013 The Apache Software Foundation. All Rights Reserved.