Package rst.obj
Class IplGlbPsaRstApiObjOrg
java.lang.Object
de.pisa.psa.rst.obj.PsaRstApiObjBas
de.pisa.psa.rst.obj.PsaRstApiObj
rst.obj.IplGlbPsaRstApiObjCon
rst.obj.IplGlbPsaRstApiObjOrg
PSA_RST_API_OBJ_ORG
Class representing a company
Class representing a company
-
Nested Class Summary
Nested classes/interfaces inherited from class de.pisa.psa.rst.obj.PsaRstApiObjBas
PsaRstApiObjBas.IsoDate, PsaRstApiObjBas.StringMapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
IDs of the child companiesnumber of employeesindustry of the companyindustry IDID of the parent companyregion of the companyregion IDturnover valueweb siteFields inherited from class rst.obj.IplGlbPsaRstApiObjCon
addresses, email, fax, group, group_id, mail_lock, name, status, status_id, telephone
Fields inherited from class de.pisa.psa.rst.obj.PsaRstApiObj
created_at, created_by, id, modified_at, modified_by
Fields inherited from class de.pisa.psa.rst.obj.PsaRstApiObjBas
DEFAULT_DATA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
loadData
(de.pisa.psc.srv.dto.PscDto dto, int row) fill the attributes with data from the data objectMethods inherited from class rst.obj.IplGlbPsaRstApiObjCon
loadAddresses, newAdr, setAddresses, setData
Methods inherited from class de.pisa.psa.rst.obj.PsaRstApiObjBas
checkAccess, getEventHandler, getField, getIsoDate, getMappedClassField, getSetMaxData, getSkipBaseFields, getSkipIdField, loadDataComponents, loadDataFields, loadDataRelations, newDataMapping, newDto, newStringMapper, setDataPostPut, setEventHandler, setEventHandler, setIsoDate, setSetMaxData, setSkipBaseFields, setSkipIdField, skipField
-
Field Details
-
parent_company_id
ID of the parent company -
child_company_ids
IDs of the child companies -
turnover
turnover value -
employees
number of employees -
url
web site -
region_id
region ID -
region
@PsaRstApiMapCom(componentDto="PSA_REG", sourceKeyField="REG_GID", componentDataField="NAM", cache=true) public String regionregion of the company -
industry_id
industry ID -
industry
@PsaRstApiMapCom(componentDto="PSA_LOB", sourceKeyField="LOB_GID", componentDataField="NAM", cache=true) public String industryindustry of the company
-
-
Constructor Details
-
IplGlbPsaRstApiObjOrg
public IplGlbPsaRstApiObjOrg()
-
-
Method Details
-
loadData
fill the attributes with data from the data object- Overrides:
loadData
in classIplGlbPsaRstApiObjCon
- Parameters:
dto
- data objectrow
- row- Throws:
Exception
- See Also:
-