Package org.bonitasoft.web.client.model
Class Profile
- java.lang.Object
-
- org.bonitasoft.web.client.model.Profile
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Profile extends Object implements Serializable
Profile- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATED_BYstatic StringJSON_PROPERTY_CREATION_DATEstatic StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_ICONstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_ISDEFAULTstatic StringJSON_PROPERTY_LAST_UPDATE_DATEstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_UPDATED_BY
-
Constructor Summary
Constructors Constructor Description Profile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfilecreatedBy(String createdBy)ProfilecreationDate(String creationDate)Profiledescription(String description)booleanequals(Object o)StringgetCreatedBy()id of the uer who created the profileStringgetCreationDate()date and time of profile creationStringgetDescription()a description of the profileStringgetIcon()icon used in the portal to represent the profileStringgetId()profile idBooleangetIsdefault()true | falseStringgetLastUpdateDate()date and time of the last update to the profileStringgetName()profile nameStringgetUpdatedBy()the id of the user who last updated the profileinthashCode()Profileicon(String icon)Profileid(String id)Profileisdefault(Boolean isdefault)ProfilelastUpdateDate(String lastUpdateDate)Profilename(String name)voidsetCreatedBy(String createdBy)voidsetCreationDate(String creationDate)voidsetDescription(String description)voidsetIcon(String icon)voidsetId(String id)voidsetIsdefault(Boolean isdefault)voidsetLastUpdateDate(String lastUpdateDate)voidsetName(String name)voidsetUpdatedBy(String updatedBy)StringtoString()ProfileupdatedBy(String updatedBy)
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATION_DATE
public static final String JSON_PROPERTY_CREATION_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ICON
public static final String JSON_PROPERTY_ICON
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_CREATED_BY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ISDEFAULT
public static final String JSON_PROPERTY_ISDEFAULT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LAST_UPDATE_DATE
public static final String JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPDATED_BY
public static final String JSON_PROPERTY_UPDATED_BY
- See Also:
- Constant Field Values
-
-
Method Detail
-
setId
public void setId(String id)
-
getCreationDate
@Nullable public String getCreationDate()
date and time of profile creation- Returns:
- creationDate
-
setCreationDate
public void setCreationDate(String creationDate)
-
getIcon
@Nullable public String getIcon()
icon used in the portal to represent the profile- Returns:
- icon
-
setIcon
public void setIcon(String icon)
-
getCreatedBy
@Nullable public String getCreatedBy()
id of the uer who created the profile- Returns:
- createdBy
-
setCreatedBy
public void setCreatedBy(String createdBy)
-
getDescription
@Nullable public String getDescription()
a description of the profile- Returns:
- description
-
setDescription
public void setDescription(String description)
-
setName
public void setName(String name)
-
setIsdefault
public void setIsdefault(Boolean isdefault)
-
getLastUpdateDate
@Nullable public String getLastUpdateDate()
date and time of the last update to the profile- Returns:
- lastUpdateDate
-
setLastUpdateDate
public void setLastUpdateDate(String lastUpdateDate)
-
getUpdatedBy
@Nullable public String getUpdatedBy()
the id of the user who last updated the profile- Returns:
- updatedBy
-
setUpdatedBy
public void setUpdatedBy(String updatedBy)
-
-