public class AccountCategory
extends java.lang.Object
implements com.ibm.itim.util.xml.objectstream.Importable, java.io.Serializable
| Constructor and Description |
|---|
AccountCategory(java.lang.String name,
java.lang.String description)
Construct AccountCategory with specified parameters.
|
| 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.
|
public AccountCategory(java.lang.String name,
java.lang.String description)
name - name of the account category.description - description of the account category.public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String toString()
toString in class java.lang.Object