public class Account extends BuildtimeObjectBaseImpl<AccountEntity>
entityClass
构造器和说明 |
---|
Account() |
Account(AccountEntity objectEntity) |
限定符和类型 | 方法和说明 |
---|---|
long |
getAccountId() |
String |
getAccountNumber() |
String |
getAddress1() |
String |
getAddress2() |
String |
getCity() |
String |
getCompanyName() |
String |
getContactPerson() |
String |
getCountry() |
String |
getEmail() |
String |
getFax() |
String |
getName() |
String |
getPhone() |
String |
getState() |
AccountStatusType |
getStatus() |
String |
getZIPCode() |
void |
setAccountNumber(String accountNumber) |
void |
setAddress1(String addressLine1) |
void |
setAddress2(String addressLine2) |
void |
setCity(String city) |
void |
setCompanyName(String companyName) |
void |
setContactPerson(String contactPerson) |
void |
setCountry(String country) |
void |
setEmail(String emailAddress) |
void |
setFax(String faxNumber) |
void |
setName(String accountName) |
void |
setPhone(String phoneNumber) |
void |
setState(String state) |
void |
setStatus(AccountStatusType status) |
void |
setZIPCode(String zipCode) |
getCategory, setCategory
entityReseted, equals, getCEF, getCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getEntityClass, getId, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getObjectType, getPlatformId, getRowLogId, hashCode, isDeleted, isNew, refresh, refresh, setCEF, setDescription, toString
getInternalObject, getService, getServiceByDomainObject, setInternalObject
public Account(AccountEntity objectEntity)
public Account()
@NotBlank(message="name cannot be null") public String getName()
public void setName(String accountName)
@NotBlank(message="account number cannot be blank") public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public String getAddress1()
public void setAddress1(String addressLine1)
public String getAddress2()
public void setAddress2(String addressLine2)
public String getCity()
public void setCity(String city)
public String getState()
public void setState(String state)
public String getCountry()
public void setCountry(String country)
public String getZIPCode()
public void setZIPCode(String zipCode)
public String getCompanyName()
public void setCompanyName(String companyName)
public String getContactPerson()
public void setContactPerson(String contactPerson)
@Email(regexp="^(\\w)+(\\.\\w+)*@(\\w)+((\\.\\w{2,3}){1,3})$", message="Email format is incorrect") public String getEmail()
public void setEmail(String emailAddress)
public String getPhone()
public void setPhone(String phoneNumber)
public String getFax()
public void setFax(String faxNumber)
public long getAccountId()
public AccountStatusType getStatus()
public void setStatus(AccountStatusType status)
Copyright © 2019. All rights reserved.