public class CustomAttribute extends Object implements Serializable
Constructor and Description |
---|
CustomAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getConstraints() |
String |
getDescription() |
String |
getName() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setConstraints(String constraints) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
public String getConstraints()
public void setConstraints(String constraints)
constraints
- the constraints to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getType()
public void setType(String type)
type
- the type to setpublic String getValue()
public void setValue(String value)
value
- the value to setCopyright © 2016. All rights reserved.