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.EObject
A 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 String
getDescription()
Returns the value of the 'Description' attribute.UUID
getId()
Returns the value of the 'Id' attribute.String
getName()
Returns the value of the 'Name' attribute.void
setDescription(String value)
Sets the value of the 'Description
' attribute.void
setId(UUID value)
Sets the value of the 'Id
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.boolean
validate(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()
-
-