protected class InitialRightsEditor.BoxModelItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected T_LONGLONG |
aid |
protected java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
protected |
InitialRightsEditor.BoxModelItem(ApplicationRelation relation)
Constructor.
|
|
InitialRightsEditor.BoxModelItem(java.lang.String name,
T_LONGLONG aid)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
T_LONGLONG |
getAid()
Returns the ID of the referring Application Element
|
java.lang.String |
getName()
Returns the Relation Name
|
java.lang.String |
toString()
Returns the name of the relation.
|
protected java.lang.String name
protected T_LONGLONG aid
protected InitialRightsEditor.BoxModelItem(ApplicationRelation relation)
relation
- the relation from with to take all necessary infopublic InitialRightsEditor.BoxModelItem(java.lang.String name, T_LONGLONG aid)
name
- the name of the relationaid
- the ID of the referencing Appl Elempublic T_LONGLONG getAid()
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object