com.centrasite.control.registry.items
Class EmailAddressItem
java.lang.Object
com.centrasite.control.registry.items.EmailAddressItem
- All Implemented Interfaces:
- ComplexPropertyLineItem
public class EmailAddressItem
- extends java.lang.Object
- implements ComplexPropertyLineItem
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailAddressItem
public EmailAddressItem()
getAddress
public java.lang.String getAddress()
getType
public java.lang.String getType()
setAddress
public void setAddress(java.lang.String address)
setType
public void setType(java.lang.String type)
getSelected
public boolean getSelected()
- Specified by:
getSelected
in interface ComplexPropertyLineItem
setSelected
public void setSelected(boolean value)
- Specified by:
setSelected
in interface ComplexPropertyLineItem
isValid
public boolean isValid()
- Specified by:
isValid
in interface ComplexPropertyLineItem
getValue
public java.lang.String getValue(java.lang.String heading)
- Specified by:
getValue
in interface ComplexPropertyLineItem
setValue
public void setValue(java.lang.String heading,
java.lang.String value)
- Specified by:
setValue
in interface ComplexPropertyLineItem