public class Location extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
OBProvider should be used.ID| Constructor and Description |
|---|
Location() |
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, set, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validatepublic static final String TABLE_NAME
public static final String ENTITY_NAME
public static final String PROPERTY_ID
public static final String PROPERTY_CLIENT
public static final String PROPERTY_ORGANIZATION
public static final String PROPERTY_ACTIVE
public static final String PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATEDBY
public static final String PROPERTY_UPDATED
public static final String PROPERTY_UPDATEDBY
public static final String PROPERTY_ADDRESSLINE1
public static final String PROPERTY_ADDRESSLINE2
public static final String PROPERTY_CITYNAME
public static final String PROPERTY_POSTALCODE
public static final String PROPERTY_POSTALADD
public static final String PROPERTY_COUNTRY
public static final String PROPERTY_REGION
public static final String PROPERTY_CITY
public static final String PROPERTY_REGIONNAME
public static final String PROPERTY_APRMFINACCTRANSACTIONACCTVLOCATIONFROMADDRESSLIST
public static final String PROPERTY_APRMFINACCTRANSACTIONACCTVLOCATIONTOADDRESSLIST
public static final String PROPERTY_BANKLIST
public static final String PROPERTY_BUSINESSPARTNERLOCATIONLIST
public static final String PROPERTY_FINFINANCIALACCOUNTLIST
public static final String PROPERTY_FINANCIALMGMTACCOUNTINGCOMBINATIONLOCATIONFROMADDRESSLIST
public static final String PROPERTY_FINANCIALMGMTACCOUNTINGCOMBINATIONLOCATIONTOADDRESSLIST
public static final String PROPERTY_FINANCIALMGMTACCOUNTINGFACTLOCATIONFROMADDRESSLIST
public static final String PROPERTY_FINANCIALMGMTACCOUNTINGFACTLOCATIONTOADDRESSLIST
public static final String PROPERTY_FINANCIALMGMTACCTSCHEMAELEMENTLIST
public static final String PROPERTY_FINANCIALMGMTASSETLIST
public static final String PROPERTY_ORGANIZATIONINFORMATIONLIST
public static final String PROPERTY_PROJECTLIST
public static final String PROPERTY_WAREHOUSELIST
public String getEntityName()
getEntityName in interface IdentifiablegetEntityName in class BaseOBObjectpublic String getId()
getId in interface BaseOBObjectDefgetId in interface IdentifiablegetId in class BaseOBObjectpublic void setId(String id)
public Client getClient()
getClient in interface ClientEnabledpublic void setClient(Client client)
setClient in interface ClientEnabledpublic Organization getOrganization()
getOrganization in interface OrganizationEnabledpublic void setOrganization(Organization organization)
setOrganization in interface OrganizationEnabledpublic Boolean isActive()
isActive in interface ActiveEnabledpublic void setActive(Boolean active)
setActive in interface ActiveEnabledpublic Date getCreationDate()
getCreationDate in interface Traceablepublic void setCreationDate(Date creationDate)
setCreationDate in interface Traceablepublic User getCreatedBy()
getCreatedBy in interface Traceablepublic void setCreatedBy(User createdBy)
setCreatedBy in interface Traceablepublic Date getUpdated()
getUpdated in interface Traceablepublic void setUpdated(Date updated)
setUpdated in interface Traceablepublic User getUpdatedBy()
getUpdatedBy in interface Traceablepublic void setUpdatedBy(User updatedBy)
setUpdatedBy in interface Traceablepublic String getAddressLine1()
public void setAddressLine1(String addressLine1)
public String getAddressLine2()
public void setAddressLine2(String addressLine2)
public String getCityName()
public void setCityName(String cityName)
public String getPostalCode()
public void setPostalCode(String postalCode)
public String getPostalAdd()
public void setPostalAdd(String postalAdd)
public Country getCountry()
public void setCountry(Country country)
public Region getRegion()
public void setRegion(Region region)
public City getCity()
public void setCity(City city)
public String getRegionName()
public void setRegionName(String regionName)
public List<FinAccTransactionAccounting> getAPRMFinAccTransactionAcctVLocationFromAddressList()
public void setAPRMFinAccTransactionAcctVLocationFromAddressList(List<FinAccTransactionAccounting> aPRMFinAccTransactionAcctVLocationFromAddressList)
public List<FinAccTransactionAccounting> getAPRMFinAccTransactionAcctVLocationToAddressList()
public void setAPRMFinAccTransactionAcctVLocationToAddressList(List<FinAccTransactionAccounting> aPRMFinAccTransactionAcctVLocationToAddressList)
public void setBusinessPartnerLocationList(List<Location> businessPartnerLocationList)
public List<FIN_FinancialAccount> getFINFinancialAccountList()
public void setFINFinancialAccountList(List<FIN_FinancialAccount> fINFinancialAccountList)
public List<AccountingCombination> getFinancialMgmtAccountingCombinationLocationFromAddressList()
public void setFinancialMgmtAccountingCombinationLocationFromAddressList(List<AccountingCombination> financialMgmtAccountingCombinationLocationFromAddressList)
public List<AccountingCombination> getFinancialMgmtAccountingCombinationLocationToAddressList()
public void setFinancialMgmtAccountingCombinationLocationToAddressList(List<AccountingCombination> financialMgmtAccountingCombinationLocationToAddressList)
public List<AccountingFact> getFinancialMgmtAccountingFactLocationFromAddressList()
public void setFinancialMgmtAccountingFactLocationFromAddressList(List<AccountingFact> financialMgmtAccountingFactLocationFromAddressList)
public List<AccountingFact> getFinancialMgmtAccountingFactLocationToAddressList()
public void setFinancialMgmtAccountingFactLocationToAddressList(List<AccountingFact> financialMgmtAccountingFactLocationToAddressList)
public List<AcctSchemaElement> getFinancialMgmtAcctSchemaElementList()
public void setFinancialMgmtAcctSchemaElementList(List<AcctSchemaElement> financialMgmtAcctSchemaElementList)
public List<OrganizationInformation> getOrganizationInformationList()
public void setOrganizationInformationList(List<OrganizationInformation> organizationInformationList)