@Entity @Unique(value="accountNumber") @Relation(value={"PrinterAccountREntity","SequenceAccountREntity"}) public class AccountEntity extends BuildtimeBaseEntity implements IBaseEntityExtension
限定符和类型 | 字段和说明 |
---|---|
static String |
ACCOUNT_NUMBER |
static String |
ACTIVE |
static String |
ADDRESS1 |
static String |
ADDRESS2 |
static String |
CITY |
static String |
COMPANY_NAME |
static String |
CONTACT_PERSON |
static String |
COUNTRY |
static String |
EMAIL |
static String |
FAX |
static String |
NAME |
static String |
PHONE |
static String |
PRINTS |
static String |
STATE |
static String |
STATUS |
static String |
ZIPCODE |
category, CATEGORY
COMPANY_ID, CREATE_IP, CREATE_TIME, CREATE_USER_FULL_NAME, CREATE_USER_ID, CREATE_USER_NAME, DELETE_IP, DELETE_TIME, DELETE_USER_FULL_NAME, DELETE_USER_ID, DELETE_USER_NAME, DELETED, DESCRIPTION, DTS_CREATION_BID, DTS_MODIFIED_BID, LM_IP, LM_TIME, LM_USER_FULL_NAME, LM_USER_ID, LM_USER_NAME, PLATFORM_ID, ROW_LOG_ID
构造器和说明 |
---|
AccountEntity() |
限定符和类型 | 方法和说明 |
---|---|
String |
getAccountName() |
String |
getAccountNumber() |
String |
getAddress1() |
String |
getAddress2() |
String |
getCity() |
String |
getCompanyName() |
String |
getContactPerson() |
String |
getCountry() |
String |
getEmail() |
String |
getFax() |
String |
getPhone() |
List<com.ags.lumosframework.device.sdk.entity.PrintTemplateEntity> |
getPrints() |
String |
getState() |
String |
getStatus() |
String |
getZipCode() |
void |
setAccountName(String accountName) |
void |
setAccountNumber(String accountNumber) |
void |
setAddress1(String address1) |
void |
setAddress2(String address2) |
void |
setCity(String city) |
void |
setCompanyName(String companyName) |
void |
setContactPerson(String contactPerson) |
void |
setCountry(String country) |
void |
setEmail(String email) |
void |
setFax(String fax) |
void |
setPhone(String phone) |
void |
setPrints(List<com.ags.lumosframework.device.sdk.entity.PrintTemplateEntity> prints) |
void |
setState(String state) |
void |
setStatus(String status) |
void |
setZipCode(String zipCode) |
getCategory, setCategory
isNew
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtensionEntity, setExtensionEntity
setCompanyId, setCreateBid, setCreateIp, setCreateTime, setCreateUserFullName, setCreateUserId, setCreateUserName, setDeleted, setDeleteIp, setDeleteTime, setDeleteUserFullName, setDeleteUserId, setDeleteUserName, setLastModifyIp, setLastModifyTime, setLastModifyUserFullName, setLastModifyUserId, setLastModifyUserName, setModifyBid, setPlatformId, setRowLogId
setId
getCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getPlatformId, getRowLogId, isDeleted, isNew, setDescription
public String getAccountName()
public void setAccountName(String accountName)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public String getAddress1()
public void setAddress1(String address1)
public String getAddress2()
public void setAddress2(String address2)
public String getCity()
public void setCity(String city)
public String getCompanyName()
public void setCompanyName(String companyName)
public String getContactPerson()
public void setContactPerson(String contactPerson)
public String getCountry()
public void setCountry(String country)
public String getEmail()
public void setEmail(String email)
public String getFax()
public void setFax(String fax)
public String getPhone()
public void setPhone(String phone)
public String getState()
public void setState(String state)
public String getStatus()
public void setStatus(String status)
public String getZipCode()
public void setZipCode(String zipCode)
public List<com.ags.lumosframework.device.sdk.entity.PrintTemplateEntity> getPrints()
public void setPrints(List<com.ags.lumosframework.device.sdk.entity.PrintTemplateEntity> prints)
Copyright © 2019. All rights reserved.