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, validate
public 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 Identifiable
getEntityName
in class BaseOBObject
public String getId()
getId
in interface BaseOBObjectDef
getId
in interface Identifiable
getId
in class BaseOBObject
public void setId(String id)
public Client getClient()
getClient
in interface ClientEnabled
public void setClient(Client client)
setClient
in interface ClientEnabled
public Organization getOrganization()
getOrganization
in interface OrganizationEnabled
public void setOrganization(Organization organization)
setOrganization
in interface OrganizationEnabled
public Boolean isActive()
isActive
in interface ActiveEnabled
public void setActive(Boolean active)
setActive
in interface ActiveEnabled
public Date getCreationDate()
getCreationDate
in interface Traceable
public void setCreationDate(Date creationDate)
setCreationDate
in interface Traceable
public User getCreatedBy()
getCreatedBy
in interface Traceable
public void setCreatedBy(User createdBy)
setCreatedBy
in interface Traceable
public Date getUpdated()
getUpdated
in interface Traceable
public void setUpdated(Date updated)
setUpdated
in interface Traceable
public User getUpdatedBy()
getUpdatedBy
in interface Traceable
public void setUpdatedBy(User updatedBy)
setUpdatedBy
in interface Traceable
public 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)