Class SecurityMarkBody
- java.lang.Object
-
- org.alfresco.governance.classification.model.SecurityMarkBody
-
@Validated public class SecurityMarkBody extends Object
SecurityMarkBody
-
-
Constructor Summary
Constructors Constructor Description SecurityMarkBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull StringgetGroupId()Get groupId@NotNull StringgetId()Get idSecurityMarkBodygroupId(String groupId)inthashCode()SecurityMarkBodyid(String id)voidsetGroupId(String groupId)voidsetId(String id)StringtoString()
-
-
-
Method Detail
-
id
public SecurityMarkBody id(String id)
-
getId
@NotNull public @NotNull String getId()
Get id- Returns:
- id
-
setId
public void setId(String id)
-
groupId
public SecurityMarkBody groupId(String groupId)
-
getGroupId
@NotNull public @NotNull String getGroupId()
Get groupId- Returns:
- groupId
-
setGroupId
public void setGroupId(String groupId)
-
-