com.centrasite.control.registry.items
Class EmailAddressItem

java.lang.Object
  extended by com.centrasite.control.registry.items.EmailAddressItem
All Implemented Interfaces:
ComplexPropertyLineItem

public class EmailAddressItem
extends java.lang.Object
implements ComplexPropertyLineItem


Constructor Summary
EmailAddressItem()
           
 
Method Summary
 java.lang.String getAddress()
           
 boolean getSelected()
           
 java.lang.String getType()
           
 java.lang.String getValue(java.lang.String heading)
           
 boolean isValid()
           
 void setAddress(java.lang.String address)
           
 void setSelected(boolean value)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String heading, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailAddressItem

public EmailAddressItem()
Method Detail

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