arta.synergy.web.common.client.data.ab
Class ContactCategory

java.lang.Object
  extended by arta.synergy.web.common.client.data.ab.ContactCategory
All Implemented Interfaces:
java.io.Serializable

public class ContactCategory
extends java.lang.Object
implements java.io.Serializable

Created by IntelliJ IDEA. User: topa Date: 13.04.2012 Time: 9:40:20 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
ContactCategory()
           
 
Method Summary
 java.lang.String getCategoryID()
           
 java.lang.String getName()
           
 ABCategoryType getType()
           
 java.util.ArrayList<ContactType> getTypes()
           
 void setCategoryID(java.lang.String categoryID)
           
 void setName(java.lang.String name)
           
 void setType(ABCategoryType type)
           
 void setTypes(java.util.ArrayList<ContactType> types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactCategory

public ContactCategory()
Method Detail

getCategoryID

public java.lang.String getCategoryID()

setCategoryID

public void setCategoryID(java.lang.String categoryID)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getTypes

public java.util.ArrayList<ContactType> getTypes()

setTypes

public void setTypes(java.util.ArrayList<ContactType> types)

getType

public ABCategoryType getType()

setType

public void setType(ABCategoryType type)


Copyright © 2000 Dummy Corp. All Rights Reserved.