public interface ContactField
| Modifier and Type | Method and Description |
|---|---|
String |
getLinksto()
Returns the profile email(s) to which this field causes a link, if any.
|
Boolean |
getReadonly()
Returns the value of the read-only attribute.
|
String |
getSource()
Returns the source of the data in this field, or null if there is no
source attribute.
|
boolean |
hasLinksto()
Returns whether it has the profile email(s) to which this field causes a
link.
|
boolean |
hasReadonly()
Returns whether this field has a readonly attribute.
|
boolean |
hasSource()
Returns whether it has the source of the data in this field.
|
boolean |
isReadonly()
Returns whether this field is read-only.
|
void |
setLinksto(String linksto)
Sets the profile email(s) to which this field causes a link.
|
void |
setReadonly(Boolean readonly)
Sets whether this field is read-only.
|
void |
setSource(String source)
Sets the source of the data in this field.
|
boolean hasReadonly()
Boolean getReadonly()
boolean isReadonly()
void setReadonly(Boolean readonly)
readonly - whether this field is read-only or null to
resetboolean hasSource()
String getSource()
void setSource(String source)
source - source of the data in this field or null to
resetString getLinksto()
void setLinksto(String linksto)
linksto - The profile email(s) to which this field causes a link or
null to resetboolean hasLinksto()
Copyright © 2012. All Rights Reserved.