public class CustomAttribute extends Object implements Serializable
Constructor and Description |
---|
CustomAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCaConstraints() |
Boolean |
getCaEditable() |
String |
getCaId() |
String |
getCaType() |
String |
getDescription() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
void |
setCaConstraints(String caConstraints) |
void |
setCaEditable(Boolean caEditable) |
void |
setCaId(String caId) |
void |
setCaType(String caType) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
public String getCaConstraints()
public void setCaConstraints(String caConstraints)
caConstraints
- the caConstraints to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic Boolean getCaEditable()
public void setCaEditable(Boolean caEditable)
caEditable
- the caEditable to setpublic String getCaId()
public void setCaId(String caId)
caId
- the caId to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getCaType()
public void setCaType(String caType)
caType
- the caType to setpublic String getValue()
public void setValue(String value)
value
- the value to setCopyright © 2017. All rights reserved.