public class Field extends Object
Constructor and Description |
---|
Field()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCdata()
Get cdata section of the field.
|
String |
getDetailColor()
Get the value color of the field.
|
String |
getFieldName()
Get Field Name.
|
String |
getFieldValue()
Get the value of the field.
|
String |
getHref()
Get the hyperlink reference the field.
|
String |
getStatus()
Get the status.
|
String |
getTitleColor()
Get the title color of the field.
|
void |
setCdata(String cdata)
Set cdata section of the field.
|
void |
setDetailColor(String detailColor)
Set the title color of the field.
|
void |
setFieldName(String fieldName)
Set the name of the field.
|
void |
setFieldValue(String fieldValue)
Set the value of the field.
|
void |
setHref(String href)
Set the hyperlink reference the field.
|
void |
setStatus(String status)
Set the status.
|
void |
setTitleColor(String titleColor)
Set the title color of the field.
|
public String getStatus()
public void setStatus(String status)
status
- the status to setpublic String getFieldName()
public void setFieldName(String fieldName)
fieldName
- the fieldName to setpublic String getFieldValue()
public void setFieldValue(String fieldValue)
fieldValue
- the fieldValue to setpublic String getCdata()
public void setCdata(String cdata)
cdata
- The cdata section to setpublic String getHref()
public void setHref(String href)
href
- the ref to setpublic String getTitleColor()
public void setTitleColor(String titleColor)
titleColor
- The titleColor to setpublic String getDetailColor()
public void setDetailColor(String detailColor)
detailColor
- The detailColor to setCopyright © 2004-2016. All Rights Reserved.