|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EmailInterface
Field Summary |
---|
Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
Method Summary | |
---|---|
java.lang.String |
getAddress()
Gets the String value of Address |
java.util.List<MetadataInterface> |
getEmailSubscriber()
Gets the List of SubscriberInterface instances |
java.lang.String |
getEmailType()
Gets the String value of EmailType |
java.util.List<PersonInterface> |
getPersons()
Gets the List of PersonInterface instances |
void |
setAddress(java.lang.String address)
Sets the String value of Address |
void |
setEmailSubscribers(java.util.List<MetadataInterface> subscribers)
Sets the List of SubscriberInterface instances |
void |
setEmailType(java.lang.String inEmailType)
Sets the String value of EmailType |
void |
setPersons(java.util.List<PersonInterface> persons)
Sets the List of PersonInterface instances |
Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
Method Detail |
---|
java.lang.String getAddress() throws ServiceException, java.rmi.RemoteException
String
value of Address
Address
ServiceException
- If error getting/setting part of the object.
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.lang.String getEmailType() throws ServiceException, java.rmi.RemoteException
String
value of EmailType
EmailType
ServiceException
- If error getting/setting part of the object.
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.util.List<MetadataInterface> getEmailSubscriber() throws ServiceException, java.rmi.RemoteException
SubscriberInterface
instances
SubscriberInterface
instances
ServiceException
- If error getting/setting part of the object.
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.util.List<PersonInterface> getPersons() throws ServiceException, java.rmi.RemoteException
PersonInterface
instances
PersonInterface
instances
ServiceException
- If error getting/setting part of the object.
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.void setAddress(java.lang.String address) throws ServiceException, java.rmi.RemoteException
String
value of Address
The
- email Address
ServiceException
- If error getting/setting part of the object.
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.void setEmailType(java.lang.String inEmailType) throws ServiceException, java.rmi.RemoteException
String
value of EmailType
The
- EmailType
ServiceException
- If error getting/setting part of the object.
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.void setEmailSubscribers(java.util.List<MetadataInterface> subscribers) throws ServiceException, java.rmi.RemoteException
SubscriberInterface
instances
The
- List of SubscriberInterface
instances
ServiceException
- If error getting/setting part of the object.
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.void setPersons(java.util.List<PersonInterface> persons) throws ServiceException, java.rmi.RemoteException
PersonInterface
instances
The
- List of PersonInterface
instances
ServiceException
- If error getting/setting part of the object.
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |