oracle.cle.resource
Interface Contactable
- public interface Contactable
Implementors of this interface should be objects that need to have
contact information available to other actors in the system. Should be
used with Resources.
getHomePhone
public Resource getHomePhone()
getWorkPhone
public Resource getWorkPhone()
getCellPhone
public Resource getCellPhone()
getPagerNumber
public Resource getPagerNumber()
getFaxNumber
public Resource getFaxNumber()
getEmailAddress
public java.lang.String getEmailAddress()
getHomeAddress
public Resource getHomeAddress()
getWorkAddress
public Resource getWorkAddress()
getDistinctAddress
public Resource getDistinctAddress()
Copyright © 2003 ORACLE Corp. All Rights Reserved.