Package org.opennms.netmgt.config.wsman
Class Attrib
- java.lang.Object
-
- org.opennms.netmgt.config.wsman.Attrib
-
public class Attrib extends Object
-
-
Constructor Summary
Constructors Constructor Description Attrib()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAlias()
Gets the value of the alias property.String
getFilter()
String
getIndexOf()
String
getName()
Gets the value of the name property.AttributeType
getType()
int
hashCode()
void
setAlias(String value)
Sets the value of the alias property.void
setFilter(String filter)
void
setIndexOf(String indexOf)
void
setName(String value)
Sets the value of the name property.void
setType(AttributeType type)
-
-
-
Field Detail
-
name
protected String name
-
alias
protected String alias
-
type
protected AttributeType type
-
indexOf
protected String indexOf
-
filter
protected String filter
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getAlias
public String getAlias()
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
public void setAlias(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 String getIndexOf()
-
setIndexOf
public void setIndexOf(String indexOf)
-
getFilter
public String getFilter()
-
setFilter
public void setFilter(String filter)
-
-