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() |
Boolean |
getEditable() |
String |
getId() |
String |
getName() |
String |
getType() |
String |
getValue() |
Boolean |
getVisible() |
int |
hashCode() |
void |
setConstraints(String constraints) |
void |
setDescription(String description) |
void |
setEditable(Boolean editable) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
void |
setVisible(Boolean visible) |
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 Boolean getEditable()
public void setEditable(Boolean editable)
editable
- the editable to setpublic String getId()
public void setId(String id)
id
- the id 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 setpublic Boolean getVisible()
public void setVisible(Boolean visible)
visible
- the visible to setCopyright © 2016. All rights reserved.