public class OrganizationRoleLogRecordJson extends BaseJson
Constructor and Description |
---|
OrganizationRoleLogRecordJson() |
Modifier and Type | Method and Description |
---|---|
Date |
getActionDate()
Action date
|
OrganizationRoleActionType |
getActionType()
Action type
|
String |
getAffectedEntityAddress()
Affected entity address
|
String |
getComment()
Comment
|
OrgRoleType |
getOrgRoleType()
Organization role type
|
String |
getUserAdress()
User address
|
void |
setActionDate(Date actionDate)
Action date
|
void |
setActionType(OrganizationRoleActionType actionType)
Action type
|
void |
setAffectedEntityAddress(String affectedEntityAddress)
Affected entity address
|
void |
setComment(String comment)
Comment
|
void |
setOrgRoleType(OrgRoleType orgRoleType)
Organization role type
|
void |
setUserAdress(String userAdress)
User address
|
getObjType, setObjType, toString
public OrganizationRoleActionType getActionType()
public void setActionType(OrganizationRoleActionType actionType)
actionType
- Action typepublic String getAffectedEntityAddress()
public void setAffectedEntityAddress(String affectedEntityAddress)
affectedEntityAddress
- Affected entity addresspublic OrgRoleType getOrgRoleType()
public void setOrgRoleType(OrgRoleType orgRoleType)
orgRoleType
- Organization role typepublic String getComment()
public void setComment(String comment)
comment
- Commentpublic String getUserAdress()
public void setUserAdress(String userAdress)
userAdress
- User addresspublic Date getActionDate()
public void setActionDate(Date actionDate)
actionDate
- Action dateCopyright © 2019. All rights reserved.