Package org.opennms.netmgt.config.wsman
Class Attrib
- java.lang.Object
-
- org.opennms.netmgt.config.wsman.Attrib
-
public class Attrib extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Attrib()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetAlias()Gets the value of the alias property.java.lang.StringgetFilter()java.lang.StringgetIndexOf()java.lang.StringgetName()Gets the value of the name property.AttributeTypegetType()inthashCode()voidsetAlias(java.lang.String value)Sets the value of the alias property.voidsetFilter(java.lang.String filter)voidsetIndexOf(java.lang.String indexOf)voidsetName(java.lang.String value)Sets the value of the name property.voidsetType(AttributeType type)
-
-
-
Field Detail
-
name
protected java.lang.String name
-
alias
protected java.lang.String alias
-
type
protected AttributeType type
-
indexOf
protected java.lang.String indexOf
-
filter
protected java.lang.String filter
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAlias
public java.lang.String getAlias()
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
public void setAlias(java.lang.String value)
Sets the value of the alias property.- Parameters:
value- allowed object isString
-
getType
public AttributeType getType()
-
setType
public void setType(AttributeType type)
-
getIndexOf
public java.lang.String getIndexOf()
-
setIndexOf
public void setIndexOf(java.lang.String indexOf)
-
getFilter
public java.lang.String getFilter()
-
setFilter
public void setFilter(java.lang.String filter)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-