public class CustomerAttributeModel
extends java.lang.Object
Constructor and Description |
---|
CustomerAttributeModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Getter for description
A full help text description of the attribute.
|
java.lang.Integer |
getId()
Getter for id
A unique ID number representing this attribute.
|
java.lang.Boolean |
getIsChangeable()
Getter for isChangeable
A flag denotes that this attribute can't be removed/added to a customer record
|
java.lang.Boolean |
getIsNonDeliver()
Getter for isNonDeliver
A flag denotes that future exemption certificate request won't be mailed to the customer
|
java.lang.Boolean |
getIsSystemCode()
Getter for isSystemCode
This value is true if this is a system-defined attribute.
|
java.lang.String |
getName()
Getter for name
A friendly readable name for this attribute.
|
void |
setDescription(java.lang.String value)
Setter for description
A full help text description of the attribute.
|
void |
setId(java.lang.Integer value)
Setter for id
A unique ID number representing this attribute.
|
void |
setIsChangeable(java.lang.Boolean value)
Setter for isChangeable
A flag denotes that this attribute can't be removed/added to a customer record
|
void |
setIsNonDeliver(java.lang.Boolean value)
Setter for isNonDeliver
A flag denotes that future exemption certificate request won't be mailed to the customer
|
void |
setIsSystemCode(java.lang.Boolean value)
Setter for isSystemCode
This value is true if this is a system-defined attribute.
|
void |
setName(java.lang.String value)
Setter for name
A friendly readable name for this attribute.
|
java.lang.String |
toString()
Returns a JSON string representation of CustomerAttributeModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.Boolean getIsSystemCode()
public void setIsSystemCode(java.lang.Boolean value)
public java.lang.Boolean getIsNonDeliver()
public void setIsNonDeliver(java.lang.Boolean value)
public java.lang.Boolean getIsChangeable()
public void setIsChangeable(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object