@DTO public class UESCastSetAttributes extends java.lang.Object
UESCast.setAttributes(UESURI, UESCastSetAttributes)
.Modifier and Type | Field and Description |
---|---|
private UESURI |
castedSubjectUri
UESURI of the subject (role or group) which is casted to the subject identified by the command main entity.
|
private java.util.Date |
dateTo
The informative field describing the date when the cast should expire.
|
private UESCastLevel |
level
The new level of the cast relation.
|
private java.lang.Boolean |
primary
Specifies if the cast will be the primary cast to the role.
|
private UESCastState |
state
The new state of the cast.
|
Constructor and Description |
---|
UESCastSetAttributes(UESURI castedSubjectUri,
Creates a new instance of UESCastSetAttributes.
|