com.retek.rsm.app.security.service
Class DefinitionVo

java.lang.Object
  |
  +--com.retek.platform.vo.AbstractVO
        |
        +--com.retek.rsm.app.security.service.DefinitionVo
All Implemented Interfaces:
java.io.Serializable, com.retek.platform.vo.VO
Direct Known Subclasses:
AppDefinitionVo, HierarchyPermissionDefinitionVo, HierarchyTypeDefinitionVo

public abstract class DefinitionVo
extends com.retek.platform.vo.AbstractVO

See Also:
Serialized Form

Constructor Summary
protected DefinitionVo(java.lang.String id)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 int hashCode()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class com.retek.platform.vo.AbstractVO
addReadOnlyProperty, checkForModification, getReadOnly, getReadOnlyProperties, isModified, isReadOnly, isReadOnlyProperty, isRequiredProperty, setModified, setReadOnly, setReadOnlyProperties, validate, validateProperty, validateProperty
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefinitionVo

protected DefinitionVo(java.lang.String id)
Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getId

public java.lang.String getId()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object