public class Attrib extends Object implements Serializable
Constructor and Description |
---|
Attrib() |
Modifier and Type | Method and 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'.
|
public boolean equals(Object obj)
public String getAlias()
public String getName()
public AttributeType getType()
public void setAlias(String alias)
alias
- the value of field 'alias'.public void setName(String name)
name
- the value of field 'name'.public void setType(AttributeType type)
type
- the value of field 'type'.Copyright © 2021. All rights reserved.