public class CompanyTenantRelOperationDto
extends java.lang.Object
implements com.xforceplus.tenant.security.core.domain.ICreater
| Modifier and Type | Class and Description |
|---|---|
static class |
CompanyTenantRelOperationDto.Status |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
auditorId |
protected java.lang.String |
auditorName |
protected java.lang.Long |
auditorTenantId |
protected java.lang.String |
auditorTenantName |
protected java.lang.String |
auditRemark |
protected java.util.Date |
auditTime |
protected java.lang.String |
companyCode |
protected java.lang.Long |
companyId |
protected java.lang.String |
companyName |
protected java.lang.String |
createrId |
protected java.lang.String |
createrName |
protected java.lang.Long |
createrTenantId |
protected java.lang.String |
createrTenantName |
protected java.util.Date |
createTime |
protected java.lang.String |
hostTenantCode |
protected java.lang.Long |
hostTenantId |
protected java.lang.String |
hostTenantName |
protected java.lang.Long |
id |
protected java.lang.String |
inviteRemark |
protected java.lang.Long |
invitingCompanyId |
protected java.lang.String |
invitingCompanyName |
protected java.util.Date |
invoiceStartDate |
static int |
OPERATION_TYPE_INVITE |
static int |
OPERATION_TYPE_UNRELATE |
protected java.lang.Integer |
operationType |
protected java.lang.String |
relatedCompanyCode |
protected java.lang.Long |
relatedCompanyId |
protected java.lang.String |
relatedCompanyName |
protected java.lang.String |
relatedTaxNum |
protected java.lang.String |
relatedTenantCode |
protected java.lang.Long |
relatedTenantId |
protected java.lang.String |
relatedTenantName |
protected java.util.Date |
statementStartDate |
protected java.lang.Integer |
status |
protected java.lang.Integer |
switches |
protected java.lang.String |
taxNum |
protected java.lang.String |
tenantCode |
protected java.lang.Long |
tenantId |
protected java.lang.String |
tenantName |
| Constructor and Description |
|---|
CompanyTenantRelOperationDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.Integer> |
getSwitchesList() |
java.util.Map<Switch,java.lang.Boolean> |
getSwitchesMap() |
int |
hashCode() |
public static final int OPERATION_TYPE_INVITE
public static final int OPERATION_TYPE_UNRELATE
protected java.lang.Long id
protected java.lang.Long invitingCompanyId
protected java.lang.String invitingCompanyName
protected java.lang.Long companyId
protected java.lang.String companyName
protected java.lang.String companyCode
protected java.lang.String taxNum
protected java.lang.Long tenantId
protected java.lang.String tenantName
protected java.lang.String tenantCode
protected java.lang.Long relatedTenantId
protected java.lang.String relatedTenantName
protected java.lang.String relatedTenantCode
protected java.lang.Long relatedCompanyId
protected java.lang.String relatedTaxNum
protected java.lang.String relatedCompanyName
protected java.lang.String relatedCompanyCode
protected java.lang.Integer switches
@DateTimeFormat(pattern="yyyy-MM-dd") protected java.util.Date invoiceStartDate
@DateTimeFormat(pattern="yyyy-MM-dd") protected java.util.Date statementStartDate
protected java.lang.Integer operationType
protected java.lang.Integer status
protected java.lang.String inviteRemark
protected java.lang.String auditRemark
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") protected java.util.Date createTime
protected java.lang.String createrId
protected java.lang.String createrName
protected java.lang.Long createrTenantId
protected java.lang.String createrTenantName
protected java.lang.Long auditorId
protected java.lang.String auditorName
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") protected java.util.Date auditTime
protected java.lang.Long auditorTenantId
protected java.lang.String auditorTenantName
protected java.lang.Long hostTenantId
protected java.lang.String hostTenantName
protected java.lang.String hostTenantCode
public java.util.List<java.lang.Integer> getSwitchesList()
public java.util.Map<Switch,java.lang.Boolean> getSwitchesMap()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object