com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation Type TelephoneNumbers


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface TelephoneNumbers

Special type of annotation dealing with the TelephoneNumber objects. It is used in relation of mapping a User object.


Optional Element Summary
 java.lang.String type
          The phone type.
 

type

public abstract java.lang.String type
The phone type. If the type is not specified all telephone number from the User will be taken.

Default:
""