Interface PredefinedItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CatalogPredefinedItem,ChartOfAccountsPredefinedItem,ChartOfCalculationTypesPredefinedItem,ChartOfCharacteristicTypesPredefinedItem
- All Known Implementing Classes:
CatalogPredefinedItemImpl,ChartOfAccountsPredefinedItemImpl,ChartOfCalculationTypesPredefinedItemImpl,ChartOfCharacteristicTypesPredefinedItemImpl,PredefinedItemImpl
public interface PredefinedItem extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Predefined Item'.The following features are supported:
- See Also:
MdClassPackage.getPredefinedItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Returns the value of the 'Description' attribute.ObjectExtensiongetExtension()Returns the value of the 'Extension' containment reference.UUIDgetId()Returns the value of the 'Id' attribute.StringgetName()Returns the value of the 'Name' attribute.voidsetDescription(String value)Sets the value of the 'Description' attribute.voidsetExtension(ObjectExtension value)Sets the value of the 'Extension' containment reference.voidsetId(UUID value)Sets the value of the 'Id' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
-
-
Method Detail
-
getId
UUID getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(UUID),MdClassPackage.getPredefinedItem_Id()
-
setId
void setId(UUID value)
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
getId()
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),MdClassPackage.getPredefinedItem_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getDescription
String getDescription()
Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String),MdClassPackage.getPredefinedItem_Description()
-
setDescription
void setDescription(String value)
Sets the value of the 'Description' attribute.- Parameters:
value- the new value of the 'Description' attribute.- See Also:
getDescription()
-
getExtension
ObjectExtension getExtension()
Returns the value of the 'Extension' containment reference.- Returns:
- the value of the 'Extension' containment reference.
- See Also:
setExtension(ObjectExtension),MdClassPackage.getPredefinedItem_Extension()
-
setExtension
void setExtension(ObjectExtension value)
Sets the value of the 'Extension' containment reference.- Parameters:
value- the new value of the 'Extension' containment reference.- See Also:
getExtension()
-
-