com.softwareag.centrasite.appl.framework.beans
Interface RegistryBean
- All Known Subinterfaces:
- Association, AuditableEvent, Classification, ClassificationScheme, Concept, ExternalIdentifier, ExternalLink, ExtrinsicObject, LCAwareClassificationScheme, LCAwareRegistryEntry, LCAwareRegistryObject, LifeCycleAware, Organization, PropertyRegistryBean, RegistryEntry, RegistryObject, RegistryPackage, RevisionBean, Service, ServiceBinding, SpecificationLink, User
- All Known Implementing Classes:
- AssociationImpl, AuditableEventImpl, ClassificationImpl, ClassificationSchemeImpl, ConceptImpl, CSAppAssociationType, CSAppClassificationScheme, CSAppConcept, CSAppFixedRegistryObject, CSAppObjectType, CSAppTaxonomy, CSAppUser, DynamicRegistryBean, ExternalIdentifierImpl, ExternalLinkImpl, ExtrinsicObjectImpl, LCAwareClassificationSchemeImpl, LCAwareDynamicRegistryBean, LCAwareRegistryEntryImpl, LCAwareRegistryObjectImpl, OrganizationImpl, RegistryEntryImpl, RegistryObjectImpl, RegistryPackageImpl, ServiceBindingImpl, ServiceImpl, SpecificationLinkImpl, UserImpl
public interface RegistryBean
Interface of an object, which is stored or may be stored
in the registry.
Method Summary |
java.lang.String |
getDescription()
Returns the registry objects description. |
Key |
getKey()
Returns the registry objects key. |
java.lang.String |
getName()
Returns the registry objects name. |
void |
setDescription(java.lang.String pDescription)
Sets the registry objects description. |
void |
setName(java.lang.String pName)
Sets the registry objects name. |
getKey
Key getKey()
- Returns the registry objects key.
getName
java.lang.String getName()
- Returns the registry objects name.
setName
void setName(java.lang.String pName)
- Sets the registry objects name.
getDescription
java.lang.String getDescription()
- Returns the registry objects description.
setDescription
void setDescription(java.lang.String pDescription)
- Sets the registry objects description.