@DTO public class UESCastAttributes extends java.lang.Object
UESCastLevel#getAttributes(UESURI, UESCastGetAttributes)
.Modifier and Type | Field and Description |
---|---|
private UESCastDirection |
castDirection
Specifies direction of the cast.
|
private java.lang.String |
castedSubjectCode
Code of the subject (role or group) which is casted to the subjectUri.
|
private UESURI |
castedSubjectEntityTypeUri
Entity type URI of casted subject.
|
private java.lang.String |
castedSubjectName
Name of the subject (role or group) which is casted to the subjectUri.
|
private UESURI |
castedSubjectUri
UESURI of the subject (role or group) which is casted to the subjectUri.
|
private java.util.Date |
dateFrom
Creation time of the cast.
|
private java.util.Date |
dateTo
The date when the cast will be automatically set to the
UESCastState.PASSIVE state. |
private UESCastLevel |
level
The level of the cast relation.
|
private java.lang.Boolean |
primary
Specifies whether the cast is the primary cast to the role.
|
private UESCastState |
state
Deprecated.
Since UES8-20.
|
private java.lang.String |
subjectCode
Code of the subject (role or group) to which the castedSubjectUri is
casted.
|
private UESURI |
subjectEntityTypeUri
Entity type URI of subject.
|
private java.lang.String |
subjectName
Name of the subject (role or group) to which the castedSubjectUri is
casted.
|
private UESURI |
subjectUri
UESURI of the subject (role or group) to which the castedSubjectUri is
casted.
|
private java.lang.Boolean |
visible
Specifies whether the cast is visible in Show Casts use case.
|
Constructor and Description |
---|
UESCastAttributes(UESURI subjectUri, |
UESCastAttributes(UESURI subjectUri, |
UESCastAttributes(UESURI subjectUri, |
UESCastAttributes(UESURI subjectUri, |
UESCastAttributes.visible
cast
in ACTIVE
UESCastAttributes.state
and
EXECUTIVE
UESCastAttributes.level
can become primary.
Never nil.UESCastState.PASSIVE
state. If the subject is a Role and the cast
is the primary cast to the Role, then there must be either another
UESCastState.ACTIVE
visible cast with
ASSISTENCE
level to the Role which will
become the UESCastAttributes.primary
cast, or no cast at all; otherwise the cast
state will not be changed.