Package oracle.iam.reconciliation.vo
Class Account
java.lang.Object
oracle.iam.reconciliation.vo.Account
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
void
setAcctID
(long acctID) void
setAllFlds
(HashMap<String, Object> allFlds) void
setDescriptiveData
(String descriptiveData) void
setKeyFlds
(HashMap<String, Object> keyFlds) void
setOwnerLoginId
(String ownerLoginId) void
setOwnerName
(String owner) void
setOwnerType
(String ownerType) void
setRsrcName
(String acctName) void
setXlOrcKey
(long key) toString()
-
Field Details
-
keyFlds
-
allFlds
-
-
Constructor Details
-
Account
public Account() -
Account
public Account(long orckey)
-
-
Method Details
-
setRsrcName
-
getRsrcName
-
setXlOrcKey
public void setXlOrcKey(long key) -
getXlOrcKey
public long getXlOrcKey() -
setAcctID
public void setAcctID(long acctID) -
getAcctID
public long getAcctID() -
setOwnerName
-
getOwnerName
-
setKeyFlds
-
getKeyFlds
-
setAllFlds
-
getAllFlds
-
setOwnerType
-
getOwnerType
-
getDescriptiveData
-
setDescriptiveData
-
toString
-
setOwnerLoginId
-
getOwnerLoginId
-