org.infoglue.cms.entities.content
Class ContentCategoryVO

java.lang.Object
  |
  +--org.infoglue.cms.entities.kernel.Persistent
        |
        +--org.infoglue.cms.entities.content.ContentCategoryVO
All Implemented Interfaces:
BaseEntityVO, java.lang.Comparable, java.io.Serializable

public class ContentCategoryVO
extends Persistent

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

Constructor Summary
ContentCategoryVO()
           
ContentCategoryVO(java.lang.Integer id, java.lang.String attributeName, java.lang.Integer contentVersionId, CategoryVO category)
           
ContentCategoryVO(java.lang.String attributeName, java.lang.Integer contentVersionId, 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 getContentCategoryId()
           
 java.lang.Integer getContentVersionId()
           
 java.lang.Integer getId()
           
 void setAttributeName(java.lang.String s)
           
 void setCategory(CategoryVO c)
           
 void setContentCategoryId(java.lang.Integer i)
           
 void setContentVersionId(java.lang.Integer i)
           
 java.lang.StringBuffer toStringBuffer()
           
 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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentCategoryVO

public ContentCategoryVO()

ContentCategoryVO

public ContentCategoryVO(java.lang.String attributeName,
                         java.lang.Integer contentVersionId,
                         CategoryVO category)

ContentCategoryVO

public ContentCategoryVO(java.lang.Integer id,
                         java.lang.String attributeName,
                         java.lang.Integer contentVersionId,
                         CategoryVO category)
Method Detail

getId

public java.lang.Integer getId()

getContentCategoryId

public java.lang.Integer getContentCategoryId()

setContentCategoryId

public void setContentCategoryId(java.lang.Integer i)

getAttributeName

public java.lang.String getAttributeName()

setAttributeName

public void setAttributeName(java.lang.String s)

getContentVersionId

public java.lang.Integer getContentVersionId()

setContentVersionId

public void setContentVersionId(java.lang.Integer i)

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()
Overrides:
toStringBuffer in class Persistent