Class Attrib
- java.lang.Object
-
- org.opennms.netmgt.config.vmware.cim.Attrib
-
- All Implemented Interfaces:
Serializable
public class Attrib extends Object implements Serializable
An Attribute Object- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Attrib()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Overrides the java.lang.Object.equals method.String
getAlias()
Returns the value of field 'alias'.String
getName()
Returns the value of field 'name'.AttributeType
getType()
Returns the value of field 'type'.void
setAlias(String alias)
Sets the value of field 'alias'.void
setName(String name)
Sets the value of field 'name'.void
setType(AttributeType type)
Sets the value of field 'type'.
-
-
-
Method Detail
-
equals
public boolean equals(Object obj)
Overrides the java.lang.Object.equals method.
-
getAlias
public String getAlias()
Returns the value of field 'alias'.- Returns:
- the value of field 'Alias'.
-
getName
public String getName()
Returns the value of field 'name'.- Returns:
- the value of field 'Name'.
-
getType
public AttributeType getType()
Returns the value of field 'type'.- Returns:
- the value of field 'Type'.
-
setAlias
public void setAlias(String alias)
Sets the value of field 'alias'.- Parameters:
alias
- the value of field 'alias'.
-
setName
public void setName(String name)
Sets the value of field 'name'.- Parameters:
name
- the value of field 'name'.
-
setType
public void setType(AttributeType type)
Sets the value of field 'type'.- Parameters:
type
- the value of field 'type'.
-
-