Package org.cyclos.entities.users
Class LandLinePhone
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.NamedEntity
-
- org.cyclos.entities.users.Phone
-
- org.cyclos.entities.users.LandLinePhone
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,ProcessableForDataTranslation,IEntity,INamedEntity
@Entity public class LandLinePhone extends Phone
A land line (fixed) phone number. Can optionally have an extension
-
-
Constructor Summary
Constructors Constructor Description LandLinePhone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExtension()PhoneNaturegetNature()voidsetExtension(String extension)-
Methods inherited from class org.cyclos.entities.users.Phone
getNetwork, getNormalizedNumber, getRawNumber, getUser, isHidden, setHidden, setNormalizedNumber, setRawNumber, setUser
-
Methods inherited from class org.cyclos.entities.NamedEntity
compareTo, getName, getNames, setName, toShortString, toString
-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, hashCode, id, ids, isPersistent, isTransient, setId, uniqueIds, uniqueIds
-
-
-
-
Method Detail
-
getExtension
public String getExtension()
-
getNature
public PhoneNature getNature()
-
setExtension
public void setExtension(String extension)
-
-