org.rhq.core.domain.resource.flyweight
Class ResourceSubCategoryFlyweight
java.lang.Object
org.rhq.core.domain.resource.flyweight.ResourceSubCategoryFlyweight
- All Implemented Interfaces:
- Serializable
public class ResourceSubCategoryFlyweight
- extends Object
- implements Serializable
Flyweight representation of a resource sub category. Only id, name and parent are preserved.
- See Also:
- Serialized Form
ResourceSubCategoryFlyweight
public ResourceSubCategoryFlyweight()
getId
public int getId()
setId
public void setId(int id)
getName
public String getName()
setName
public void setName(String name)
getParentSubCategory
public ResourceSubCategoryFlyweight getParentSubCategory()
setParentSubCategory
public void setParentSubCategory(ResourceSubCategoryFlyweight parentSubCategory)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.