Package org.cyclos.model.users.phones
Class LandLinePhoneDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.NamedEntityDTO
-
- org.cyclos.model.users.phones.PhoneDTO
-
- org.cyclos.model.users.phones.LandLinePhoneDTO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityDTO>,IEntity,INamedEntity
public class LandLinePhoneDTO extends PhoneDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,LandLinePhoneDTO>EXTENSION-
Fields inherited from class org.cyclos.model.users.phones.PhoneDTO
FORMATTED_NUMBER, HIDDEN, NORMALIZED_NUMBER, RAW_NUMBER, USER
-
Fields inherited from class org.cyclos.model.NamedEntityDTO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description LandLinePhoneDTO()LandLinePhoneDTO(Long id)LandLinePhoneDTO(Property<T,? super LandLinePhoneDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetExtension()voidsetExtension(String extension)-
Methods inherited from class org.cyclos.model.users.phones.PhoneDTO
getFormattedNumber, getNormalizedNumber, getRawNumber, getUser, isHidden, setFormattedNumber, setHidden, setNormalizedNumber, setRawNumber, setUser
-
Methods inherited from class org.cyclos.model.NamedEntityDTO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
equals, getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
EXTENSION
public static final BasicProperty<String,LandLinePhoneDTO> EXTENSION
-
-
Constructor Detail
-
LandLinePhoneDTO
public LandLinePhoneDTO()
-
LandLinePhoneDTO
public LandLinePhoneDTO(Long id)
-
LandLinePhoneDTO
public LandLinePhoneDTO(Property<T,? super LandLinePhoneDTO> property, T value)
-
-