Interface IRegularContactInfo
-
- All Superinterfaces:
IContactInfo,IEntity,INamedEntity
- All Known Implementing Classes:
ContactInfo,ContactInfoDetailedVO,ContactInfoDTO,ContactInfoVO
public interface IRegularContactInfo extends IContactInfo, INamedEntity
Common interface for regular public contact information implementations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisHidden()voidsetHidden(boolean hidden)-
Methods inherited from interface org.cyclos.model.users.contactinfos.IContactInfo
getEmail, getLandLineExtension, getLandLinePhone, getMobilePhone, setEmail, setLandLineExtension, setLandLinePhone, setMobilePhone
-
Methods inherited from interface org.cyclos.model.INamedEntity
getName, setName
-
-