public interface MetadataCommon extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getBackingObjectName()
Provider specific name of the persistent storage behind this object type.
|
String |
getDescription()
A longer description of the object.
|
String |
getLabel()
The user displayed name of the object.
|
MetadataMergeAction |
getMergeAction()
MetadataMergeAction which determines how to handle the embedding of this object when multiple metadata
providers are in use. |
String |
getName()
The name of the object as known to the system.
|
String |
getShortLabel()
A shorter version of the user displayed name of the object.
|
boolean |
isReadOnly()
Whether this metadata object should be considered read-only by calling code.
|
MetadataMergeAction getMergeAction()
MetadataMergeAction
which determines how to handle the embedding of this object when multiple metadata
providers are in use.MetadataMergeAction
String getBackingObjectName()
String getName()
String getShortLabel()
String getDescription()
boolean isReadOnly()
That is, the persistence layer is not likely to accept/persist an update to this object, attribute, collection, reference.
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.