com.ibm.itim.dataservices.model.domain

Class AccountCategory

  • java.lang.Object
    • com.ibm.itim.dataservices.model.domain.AccountCategory
  • All Implemented Interfaces:
    com.ibm.itim.util.xml.objectstream.Importable, java.io.Serializable


    public class AccountCategory
    extends java.lang.Object
    implements com.ibm.itim.util.xml.objectstream.Importable, java.io.Serializable
    This class defines an ownership type
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      AccountCategory(java.lang.String name, java.lang.String description)
      Construct AccountCategory with specified parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDescription()
      Returns the description of the ownership type.
      java.lang.String getName()
      Returns the name of the ownership type.
      java.lang.String toString()
      Returns the string representation of this object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AccountCategory

        public AccountCategory(java.lang.String name,
                               java.lang.String description)
        Construct AccountCategory with specified parameters.
        Parameters:
        name - name of the account category.
        description - description of the account category.
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the ownership type.
      • getDescription

        public java.lang.String getDescription()
        Returns the description of the ownership type.
      • toString

        public java.lang.String toString()
        Returns the string representation of this object.
        Overrides:
        toString in class java.lang.Object