Package org.opennms.netmgt.model
Class RequisitionedCategoryAssociation
- java.lang.Object
-
- org.opennms.netmgt.model.RequisitionedCategoryAssociation
-
- All Implemented Interfaces:
Serializable
,Comparable<RequisitionedCategoryAssociation>
@Entity public class RequisitionedCategoryAssociation extends Object implements Serializable, Comparable<RequisitionedCategoryAssociation>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequisitionedCategoryAssociation()
RequisitionedCategoryAssociation(OnmsNode node, OnmsCategory category)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(RequisitionedCategoryAssociation o)
OnmsCategory
getCategory()
Integer
getId()
OnmsNode
getNode()
void
setCategory(OnmsCategory category)
void
setId(Integer id)
void
setNode(OnmsNode node)
String
toString()
-
-
-
Constructor Detail
-
RequisitionedCategoryAssociation
public RequisitionedCategoryAssociation()
-
RequisitionedCategoryAssociation
public RequisitionedCategoryAssociation(OnmsNode node, OnmsCategory category)
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getNode
public OnmsNode getNode()
-
setNode
public void setNode(OnmsNode node)
-
getCategory
public OnmsCategory getCategory()
-
setCategory
public void setCategory(OnmsCategory category)
-
compareTo
public int compareTo(RequisitionedCategoryAssociation o)
- Specified by:
compareTo
in interfaceComparable<RequisitionedCategoryAssociation>
-
-