Package com.imc.iss.groovy.account
Class AccountInfo
java.lang.Object
com.imc.iss.groovy.account.AccountInfo
This is a class representing an account for use by groovy scripts.
-
Constructor Summary
ConstructorsConstructorDescriptionAccountInfo(BusinessObject accountBO, String accountTitle, String objectERPId, Collection<Address> addresses) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AccountInfo
public AccountInfo(BusinessObject accountBO, String accountTitle, String objectERPId, Collection<Address> addresses)
-
-
Method Details
-
getAccountBO
-
getAccountTitle
-
getAddresses
-
getObjectERPId
-