Class Account

java.lang.Object
oracle.iam.reconciliation.vo.Account
All Implemented Interfaces:
Serializable

public class Account extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • Account

      public Account()
    • Account

      public Account(long orckey)
  • Method Details

    • setRsrcName

      public void setRsrcName(String acctName)
    • getRsrcName

      public String getRsrcName()
    • setXlOrcKey

      public void setXlOrcKey(long key)
    • getXlOrcKey

      public long getXlOrcKey()
    • setAcctID

      public void setAcctID(long acctID)
    • getAcctID

      public long getAcctID()
    • setOwnerName

      public void setOwnerName(String owner)
    • getOwnerName

      public String getOwnerName()
    • setKeyFlds

      public void setKeyFlds(HashMap<String,Object> keyFlds)
    • getKeyFlds

      public HashMap<String,Object> getKeyFlds()
    • setAllFlds

      public void setAllFlds(HashMap<String,Object> allFlds)
    • getAllFlds

      public HashMap<String,Object> getAllFlds()
    • setOwnerType

      public void setOwnerType(String ownerType)
    • getOwnerType

      public String getOwnerType()
    • getDescriptiveData

      public String getDescriptiveData()
    • setDescriptiveData

      public void setDescriptiveData(String descriptiveData)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setOwnerLoginId

      public void setOwnerLoginId(String ownerLoginId)
    • getOwnerLoginId

      public String getOwnerLoginId()