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 boolean
equals(java.lang.Object obj)
java.lang.String
getAlias()
Gets the value of the alias property.java.lang.String
getFilter()
java.lang.String
getIndexOf()
java.lang.String
getName()
Gets the value of the name property.AttributeType
getType()
int
hashCode()
void
setAlias(java.lang.String value)
Sets the value of the alias property.void
setFilter(java.lang.String filter)
void
setIndexOf(java.lang.String indexOf)
void
setName(java.lang.String value)
Sets the value of the name property.void
setType(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:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-