org.infoglue.cms.entities.management
Class PropertiesCategoryVO

java.lang.Object
  extended by org.infoglue.cms.entities.kernel.Persistent
      extended by org.infoglue.cms.entities.management.PropertiesCategoryVO
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, BaseEntityVO

public class PropertiesCategoryVO
extends Persistent

Author:
Frank Febbraro (frank@phase2technology.com)
See Also:
Serialized Form

Constructor Summary
PropertiesCategoryVO()
           
PropertiesCategoryVO(java.lang.Integer id, java.lang.String attributeName, java.lang.String entityName, java.lang.Integer entityId, CategoryVO category)
           
PropertiesCategoryVO(java.lang.String attributeName, java.lang.String entityName, java.lang.Integer entityId, CategoryVO category)
           
 
Method Summary
 boolean equals(java.lang.Object o)
          Compares an object to this one for equality.
 java.lang.String getAttributeName()
           
 CategoryVO getCategory()
           
 java.lang.Integer getEntityId()
           
 java.lang.String getEntityName()
           
 java.lang.Integer getId()
           
 java.lang.Integer getPropertiesCategoryId()
           
 void setAttributeName(java.lang.String s)
           
 void setCategory(CategoryVO c)
           
 void setEntityId(java.lang.Integer entityId)
           
 void setEntityName(java.lang.String entityName)
           
 void setPropertiesCategoryId(java.lang.Integer i)
           
 java.lang.StringBuffer toStringBuffer()
          Returns a string buffer representation of this object.
 ConstraintExceptionBuffer validate()
          Not used
 
Methods inherited from class org.infoglue.cms.entities.kernel.Persistent
append, compareTo, hashCode, isSaved, isUnsaved, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesCategoryVO

public PropertiesCategoryVO()

PropertiesCategoryVO

public PropertiesCategoryVO(java.lang.String attributeName,
                            java.lang.String entityName,
                            java.lang.Integer entityId,
                            CategoryVO category)

PropertiesCategoryVO

public PropertiesCategoryVO(java.lang.Integer id,
                            java.lang.String attributeName,
                            java.lang.String entityName,
                            java.lang.Integer entityId,
                            CategoryVO category)
Method Detail

getId

public java.lang.Integer getId()

getPropertiesCategoryId

public java.lang.Integer getPropertiesCategoryId()

setPropertiesCategoryId

public void setPropertiesCategoryId(java.lang.Integer i)

getAttributeName

public java.lang.String getAttributeName()

setAttributeName

public void setAttributeName(java.lang.String s)

getEntityId

public java.lang.Integer getEntityId()

setEntityId

public void setEntityId(java.lang.Integer entityId)

getEntityName

public java.lang.String getEntityName()

setEntityName

public void setEntityName(java.lang.String entityName)

getCategory

public CategoryVO getCategory()

setCategory

public void setCategory(CategoryVO c)

validate

public ConstraintExceptionBuffer validate()
Not used

Returns:
ConstraintExceptionBuffer

equals

public boolean equals(java.lang.Object o)
Description copied from class: Persistent
Compares an object to this one for equality.

Overrides:
equals in class Persistent
Parameters:
o - the object to compare
Returns:
true if this == o or o != null and getClass().equals(o.getClass()) and compareTo(o) == 0
See Also:
Persistent.compareTo(java.lang.Object)

toStringBuffer

public java.lang.StringBuffer toStringBuffer()
Description copied from class: Persistent
Returns a string buffer representation of this object. The idea is that subclasses can grab the string buffer returned by this method and append to it, to save some gratuitous string creation.

Overrides:
toStringBuffer in class Persistent
Returns:
a StringBuffer representation of this object


Copyright © 2005 InfoGlue.org All Rights Reserved.