it.sistematica.isharedoc.service.addressbook
Class AddressBookEntry.EntryAttribute
java.lang.Object
it.sistematica.isharedoc.service.addressbook.AddressBookEntry.EntryAttribute
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- AddressBookEntry
public static class AddressBookEntry.EntryAttribute
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AddressBookEntry.EntryAttribute
public AddressBookEntry.EntryAttribute(AddressBookEntry.EntryAttributeType type,
java.lang.String id,
java.lang.String title,
java.lang.String value)
AddressBookEntry.EntryAttribute
public AddressBookEntry.EntryAttribute(AddressBookEntry.EntryAttributeType type,
java.lang.String id,
java.lang.String title,
java.lang.Object value)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
isValueEmpty
public boolean isValueEmpty()
getType
public AddressBookEntry.EntryAttributeType getType()
setType
public void setType(AddressBookEntry.EntryAttributeType type)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object