Package com.legislate.model
Class ObtainIdentityFieldsDTO
- java.lang.Object
-
- com.legislate.model.ObtainIdentityFieldsDTO
-
public class ObtainIdentityFieldsDTO extends Object
ObtainIdentityFieldsDTO
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classObtainIdentityFieldsDTO.RolesEnumGets or Sets rolesstatic classObtainIdentityFieldsDTO.SideEnumThe side of the collaborator
-
Constructor Summary
Constructors Constructor Description ObtainIdentityFieldsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObtainIdentityFieldsDTOaddRolesItem(ObtainIdentityFieldsDTO.RolesEnum rolesItem)ObtainIdentityFieldsDTOcollaboratorId(Long collaboratorId)booleanequals(Object o)LonggetCollaboratorId()The id of the collaboratorList<ObtainIdentityFieldsDTO.RolesEnum>getRoles()The role/s of the collaboratorObtainIdentityFieldsDTO.SideEnumgetSide()The side of the collaboratorinthashCode()ObtainIdentityFieldsDTOroles(List<ObtainIdentityFieldsDTO.RolesEnum> roles)voidsetCollaboratorId(Long collaboratorId)voidsetRoles(List<ObtainIdentityFieldsDTO.RolesEnum> roles)voidsetSide(ObtainIdentityFieldsDTO.SideEnum side)ObtainIdentityFieldsDTOside(ObtainIdentityFieldsDTO.SideEnum side)StringtoString()
-
-
-
Method Detail
-
collaboratorId
public ObtainIdentityFieldsDTO collaboratorId(Long collaboratorId)
-
getCollaboratorId
public Long getCollaboratorId()
The id of the collaborator- Returns:
- collaboratorId
-
setCollaboratorId
public void setCollaboratorId(Long collaboratorId)
-
roles
public ObtainIdentityFieldsDTO roles(List<ObtainIdentityFieldsDTO.RolesEnum> roles)
-
addRolesItem
public ObtainIdentityFieldsDTO addRolesItem(ObtainIdentityFieldsDTO.RolesEnum rolesItem)
-
getRoles
public List<ObtainIdentityFieldsDTO.RolesEnum> getRoles()
The role/s of the collaborator- Returns:
- roles
-
setRoles
public void setRoles(List<ObtainIdentityFieldsDTO.RolesEnum> roles)
-
side
public ObtainIdentityFieldsDTO side(ObtainIdentityFieldsDTO.SideEnum side)
-
getSide
public ObtainIdentityFieldsDTO.SideEnum getSide()
The side of the collaborator- Returns:
- side
-
setSide
public void setSide(ObtainIdentityFieldsDTO.SideEnum side)
-
-