public interface Colltype
The following features are supported:
MarketingEntityPackage.getColltype()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getCollateralForColltype()
Returns the value of the 'Collateral For Colltype' reference list.
|
int |
getColltype_id()
Returns the value of the 'Colltype id' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.Short |
getOptcounter()
Returns the value of the 'Optcounter' attribute.
|
void |
setColltype_id(int value)
Sets the value of the '
Colltype id ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setOptcounter(java.lang.Short value)
Sets the value of the '
Optcounter ' attribute. |
int getColltype_id()
If the meaning of the 'Colltype id' attribute isn't clear, there really should be more of a description here...
setColltype_id(int)
,
MarketingEntityPackage.getColltype_Colltype_id()
void setColltype_id(int value)
Colltype id
' attribute.
value
- the new value of the 'Colltype id' attribute.getColltype_id()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MarketingEntityPackage.getColltype_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.Short getOptcounter()
If the meaning of the 'Optcounter' attribute isn't clear, there really should be more of a description here...
setOptcounter(Short)
,
MarketingEntityPackage.getColltype_Optcounter()
void setOptcounter(java.lang.Short value)
Optcounter
' attribute.
value
- the new value of the 'Optcounter' attribute.getOptcounter()
java.util.List getCollateralForColltype()
Collateral
.
It is bidirectional and its opposite is 'Colltype For Collateral
'.
If the meaning of the 'Collateral For Colltype' reference list isn't clear, there really should be more of a description here...
MarketingEntityPackage.getColltype_CollateralForColltype()
,
Collateral.getColltypeForCollateral()