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
-
@PsaRstApiObjIpl public class IplGlbPsaRstApiObjOrg extends IplGlbPsaRstApiObjCon
PSA_RST_API_OBJ_ORG
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
Fields Modifier and Type Field Description java.lang.String[]
child_company_ids
IDs of the child companiesjava.lang.Integer
employees
number of employeesjava.lang.String
industry
industry of the companyjava.lang.String
industry_id
industry IDjava.lang.String
parent_company_id
ID of the parent companyjava.lang.String
region
region of the companyjava.lang.String
region_id
region IDjava.lang.Double
turnover
turnover valuejava.lang.String
url
web site-
Fields 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 Constructor Description IplGlbPsaRstApiObjOrg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadData(de.pisa.psc.srv.dto.PscDto dto, int row)
fill the attributes with data from the data object-
Methods 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 Detail
-
parent_company_id
@PsaRstApiMapFld("FAT_GID") public java.lang.String parent_company_id
ID of the parent company
-
child_company_ids
public java.lang.String[] child_company_ids
IDs of the child companies
-
turnover
@PsaRstApiMapFld("TRN_OVR") public java.lang.Double turnover
turnover value
-
employees
@PsaRstApiMapFld("EMP_CNT") public java.lang.Integer employees
number of employees
-
url
@PsaRstApiMapFld("URL") public java.lang.String url
web site
-
region_id
@PsaRstApiMapFld("REG_GID") public java.lang.String region_id
region ID
-
region
@PsaRstApiMapCom(componentDto="PSA_REG", sourceKeyField="REG_GID", componentDataField="NAM", cache=true) public java.lang.String region
region of the company
-
industry_id
@PsaRstApiMapFld("LOB_GID") public java.lang.String industry_id
industry ID
-
industry
@PsaRstApiMapCom(componentDto="PSA_LOB", sourceKeyField="LOB_GID", componentDataField="NAM", cache=true) public java.lang.String industry
industry of the company
-
-
Method Detail
-
loadData
public void loadData(de.pisa.psc.srv.dto.PscDto dto, int row) throws java.lang.Exception
fill the attributes with data from the data object- Overrides:
loadData
in classIplGlbPsaRstApiObjCon
- Parameters:
dto
- data objectrow
- row- Throws:
java.lang.Exception
- See Also:
IplGlbPsaRstApiObjCon.loadData(de.pisa.psc.srv.dto.PscDto, int)
-
-