Package com.imc.iss.groovy.salesitem
Class AbstractObjectDTO
java.lang.Object
com.imc.iss.groovy.salesitem.AbstractObjectDTO
- Direct Known Subclasses:
GroovyField,ProductData
The class to hold the basic information of an object
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractObjectDTO(BusinessObject bo, boolean loadBO, BaseContext ctx) AbstractObjectDTO(BusinessObject bo, BaseContext ctx) AbstractObjectDTO(String URI, BaseContext ctx) -
Method Summary
Modifier and TypeMethodDescriptiongetBO()To get the object ERPId of the data attributeTo get the object Id of the data attributeTo get the object name of the data attributegetURI()To get the object URI of the data attributesetObjectERPId(String objectERPId) setObjectId(String objectId) setObjectName(String objectName) toString()
-
Constructor Details
-
AbstractObjectDTO
public AbstractObjectDTO() -
AbstractObjectDTO
- Throws:
IMCException
-
AbstractObjectDTO
- Throws:
IMCException
-
AbstractObjectDTO
- Throws:
IMCException
-
-
Method Details
-
getBO
-
getObjectERPId
To get the object ERPId of the data attribute- Returns:
- object ERPId as String
-
getObjectId
To get the object Id of the data attribute- Returns:
- object Id as String
-
getObjectName
To get the object name of the data attribute- Returns:
- object name as String
-
getURI
To get the object URI of the data attribute- Returns:
- URI as String
-
setObjectERPId
- Parameters:
$- {param} to set
-
setObjectId
- Parameters:
$- {param} to set
-
setObjectName
- Parameters:
$- {param} to set
-
setURI
- Parameters:
$- {param} to set
-
toString
-