public interface Mbrrole
The following features are supported:
InfrastructureEntityPackage.getMbrrole()
Modifier and Type | Method and Description |
---|---|
long |
getMember_id()
Returns the value of the 'Member id' attribute.
|
java.lang.Short |
getOptcounter()
Returns the value of the 'Optcounter' attribute.
|
long |
getOrgentity_id()
Returns the value of the 'Orgentity id' attribute.
|
int |
getRole_id()
Returns the value of the 'Role id' attribute.
|
void |
setMember_id(long value)
Sets the value of the '
Member id ' attribute. |
void |
setOptcounter(java.lang.Short value)
Sets the value of the '
Optcounter ' attribute. |
void |
setOrgentity_id(long value)
Sets the value of the '
Orgentity id ' attribute. |
void |
setRole_id(int value)
Sets the value of the '
Role id ' attribute. |
long getMember_id()
If the meaning of the 'Member id' attribute isn't clear, there really should be more of a description here...
setMember_id(long)
,
InfrastructureEntityPackage.getMbrrole_Member_id()
void setMember_id(long value)
Member id
' attribute.
value
- the new value of the 'Member id' attribute.getMember_id()
int getRole_id()
If the meaning of the 'Role id' attribute isn't clear, there really should be more of a description here...
setRole_id(int)
,
InfrastructureEntityPackage.getMbrrole_Role_id()
void setRole_id(int value)
Role id
' attribute.
value
- the new value of the 'Role id' attribute.getRole_id()
long getOrgentity_id()
If the meaning of the 'Orgentity id' attribute isn't clear, there really should be more of a description here...
setOrgentity_id(long)
,
InfrastructureEntityPackage.getMbrrole_Orgentity_id()
void setOrgentity_id(long value)
Orgentity id
' attribute.
value
- the new value of the 'Orgentity id' attribute.getOrgentity_id()
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)
,
InfrastructureEntityPackage.getMbrrole_Optcounter()
void setOptcounter(java.lang.Short value)
Optcounter
' attribute.
value
- the new value of the 'Optcounter' attribute.getOptcounter()