@DTO public class UESCastCreate extends java.lang.Object
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 level of the new cast relation.
|
private java.lang.Boolean |
primary
Specifies if the cast will be the primary cast to the role.
|
Constructor and Description |
---|
UESCastCreate(UESURI castedSubjectUri,
Creates a new instance of UESCastCreate.
|