|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.meeting.MeetingCenterMeetingInfo
Supported API: false
Extendable: false
Field Summary | |
private String |
AgendaOID
|
private static String |
CLASSNAME
|
private String |
containerOID
|
private String |
description
|
private String |
dialin
|
private String |
dialinDescription
|
private String |
duration
|
static long |
EXTERNALIZATION_VERSION_UID
|
private String[] |
hostDelegates
|
private Timestamp |
meetingDateTime
|
private String |
meetingHost
|
private String |
meetingLocation
|
private MeetingType |
meetingType
|
private String |
minutesOID
|
private String |
name
|
private String |
numPhoneLines
|
private String |
objectID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private String[] |
participants
|
private String |
password
|
private String |
periodicity
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private String[] |
subjectItems
|
private String |
textAgendaContent
|
private String |
textMinutesContent
|
private String |
url
|
Constructor Summary | |
MeetingCenterMeetingInfo()
|
Method Summary | |
private void |
AgendaOIDValidate(String a_AgendaOID)
|
private void |
containerOIDValidate(String a_ContainerOID)
|
private void |
descriptionValidate(String a_Description)
|
private void |
dialinDescriptionValidate(String a_DialinDescription)
|
private void |
dialinValidate(String a_Dialin)
|
private void |
durationValidate(String a_Duration)
|
String |
getAgendaOID()
Gets the value of the attribute: AgendaOID. |
String |
getContainerOID()
Gets the value of the attribute: containerOID. |
String |
getDescription()
Gets the value of the attribute: description. |
String |
getDialin()
Gets the value of the attribute: dialin. |
String |
getDialinDescription()
Gets the value of the attribute: dialinDescription. |
String |
getDuration()
Gets the value of the attribute: duration. |
String[] |
getHostDelegates()
Gets the value of the attribute: hostDelegates. |
Timestamp |
getMeetingDateTime()
Gets the value of the attribute: meetingDateTime. |
String |
getMeetingHost()
Gets the value of the attribute: meetingHost. |
String |
getMeetingLocation()
Gets the value of the attribute: meetingLocation. |
MeetingType |
getMeetingType()
Gets the value of the attribute: meetingType. |
String |
getMinutesOID()
Gets the value of the attribute: minutesOID. |
String |
getName()
Gets the value of the attribute: name. |
String |
getNumPhoneLines()
Gets the value of the attribute: numPhoneLines. |
String |
getObjectID()
Gets the value of the attribute: objectID. |
String[] |
getParticipants()
Gets the value of the attribute: participants. |
String |
getPassword()
Gets the value of the attribute: password. |
String |
getPeriodicity()
Gets the value of the attribute: periodicity. |
String[] |
getSubjectItems()
Gets the value of the attribute: subjectItems. |
String |
getTextAgendaContent()
Gets the value of the attribute: textAgendaContent. |
String |
getTextMinutesContent()
Gets the value of the attribute: textMinutesContent. |
String |
getUrl()
Gets the value of the attribute: url. |
private void |
meetingHostValidate(String a_MeetingHost)
|
private void |
meetingLocationValidate(String a_MeetingLocation)
|
private void |
minutesOIDValidate(String a_MinutesOID)
|
private void |
nameValidate(String a_Name)
|
private void |
numPhoneLinesValidate(String a_NumPhoneLines)
|
private void |
objectIDValidate(String a_ObjectID)
|
private void |
passwordValidate(String a_Password)
|
private void |
periodicityValidate(String a_Periodicity)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(MeetingCenterMeetingInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setAgendaOID(String a_AgendaOID)
Sets the value of the attribute: AgendaOID. |
void |
setContainerOID(String a_ContainerOID)
Sets the value of the attribute: containerOID. |
void |
setDescription(String a_Description)
Sets the value of the attribute: description. |
void |
setDialin(String a_Dialin)
Sets the value of the attribute: dialin. |
void |
setDialinDescription(String a_DialinDescription)
Sets the value of the attribute: dialinDescription. |
void |
setDuration(String a_Duration)
Sets the value of the attribute: duration. |
void |
setHostDelegates(String[] a_HostDelegates)
Sets the value of the attribute: hostDelegates. |
void |
setMeetingDateTime(Timestamp a_MeetingDateTime)
Sets the value of the attribute: meetingDateTime. |
void |
setMeetingHost(String a_MeetingHost)
Sets the value of the attribute: meetingHost. |
void |
setMeetingLocation(String a_MeetingLocation)
Sets the value of the attribute: meetingLocation. |
void |
setMeetingType(MeetingType a_MeetingType)
Sets the value of the attribute: meetingType. |
void |
setMinutesOID(String a_MinutesOID)
Sets the value of the attribute: minutesOID. |
void |
setName(String a_Name)
Sets the value of the attribute: name. |
void |
setNumPhoneLines(String a_NumPhoneLines)
Sets the value of the attribute: numPhoneLines. |
void |
setObjectID(String a_ObjectID)
Sets the value of the attribute: objectID. |
void |
setParticipants(String[] a_Participants)
Sets the value of the attribute: participants. |
void |
setPassword(String a_Password)
Sets the value of the attribute: password. |
void |
setPeriodicity(String a_Periodicity)
Sets the value of the attribute: periodicity. |
void |
setSubjectItems(String[] a_SubjectItems)
Sets the value of the attribute: subjectItems. |
void |
setTextAgendaContent(String a_TextAgendaContent)
Sets the value of the attribute: textAgendaContent. |
void |
setTextMinutesContent(String a_TextMinutesContent)
Sets the value of the attribute: textMinutesContent. |
void |
setUrl(String a_Url)
Sets the value of the attribute: url. |
private void |
textAgendaContentValidate(String a_TextAgendaContent)
|
private void |
textMinutesContentValidate(String a_TextMinutesContent)
|
private void |
urlValidate(String a_Url)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String meetingHost
private String numPhoneLines
private String[] hostDelegates
private String url
private String name
private String description
private String duration
private String dialin
private String dialinDescription
private String periodicity
private String objectID
private String minutesOID
private String AgendaOID
private String[] participants
private String[] subjectItems
private Timestamp meetingDateTime
private MeetingType meetingType
private String containerOID
private String meetingLocation
private String textMinutesContent
private String textAgendaContent
private String password
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public MeetingCenterMeetingInfo()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(MeetingCenterMeetingInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getMeetingHost()
public void setMeetingHost(String a_MeetingHost) throws WTPropertyVetoException
a_MeetingHost
-
WTPropertyVetoException
private void meetingHostValidate(String a_MeetingHost) throws WTPropertyVetoException
a_MeetingHost
-
WTPropertyVetoException
public String getNumPhoneLines()
public void setNumPhoneLines(String a_NumPhoneLines) throws WTPropertyVetoException
a_NumPhoneLines
-
WTPropertyVetoException
private void numPhoneLinesValidate(String a_NumPhoneLines) throws WTPropertyVetoException
a_NumPhoneLines
-
WTPropertyVetoException
public String[] getHostDelegates()
public void setHostDelegates(String[] a_HostDelegates) throws WTPropertyVetoException
a_HostDelegates
-
WTPropertyVetoException
public String getUrl()
public void setUrl(String a_Url) throws WTPropertyVetoException
a_Url
-
WTPropertyVetoException
private void urlValidate(String a_Url) throws WTPropertyVetoException
a_Url
-
WTPropertyVetoException
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
private void nameValidate(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public String getDescription()
public void setDescription(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
private void descriptionValidate(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
public String getDuration()
public void setDuration(String a_Duration) throws WTPropertyVetoException
a_Duration
-
WTPropertyVetoException
private void durationValidate(String a_Duration) throws WTPropertyVetoException
a_Duration
-
WTPropertyVetoException
public String getDialin()
public void setDialin(String a_Dialin) throws WTPropertyVetoException
a_Dialin
-
WTPropertyVetoException
private void dialinValidate(String a_Dialin) throws WTPropertyVetoException
a_Dialin
-
WTPropertyVetoException
public String getDialinDescription()
public void setDialinDescription(String a_DialinDescription) throws WTPropertyVetoException
a_DialinDescription
-
WTPropertyVetoException
private void dialinDescriptionValidate(String a_DialinDescription) throws WTPropertyVetoException
a_DialinDescription
-
WTPropertyVetoException
public String getPeriodicity()
public void setPeriodicity(String a_Periodicity) throws WTPropertyVetoException
a_Periodicity
-
WTPropertyVetoException
private void periodicityValidate(String a_Periodicity) throws WTPropertyVetoException
a_Periodicity
-
WTPropertyVetoException
public String getObjectID()
public void setObjectID(String a_ObjectID) throws WTPropertyVetoException
a_ObjectID
-
WTPropertyVetoException
private void objectIDValidate(String a_ObjectID) throws WTPropertyVetoException
a_ObjectID
-
WTPropertyVetoException
public String getMinutesOID()
public void setMinutesOID(String a_MinutesOID) throws WTPropertyVetoException
a_MinutesOID
-
WTPropertyVetoException
private void minutesOIDValidate(String a_MinutesOID) throws WTPropertyVetoException
a_MinutesOID
-
WTPropertyVetoException
public String getAgendaOID()
public void setAgendaOID(String a_AgendaOID) throws WTPropertyVetoException
a_AgendaOID
-
WTPropertyVetoException
private void AgendaOIDValidate(String a_AgendaOID) throws WTPropertyVetoException
a_AgendaOID
-
WTPropertyVetoException
public String[] getParticipants()
public void setParticipants(String[] a_Participants) throws WTPropertyVetoException
a_Participants
-
WTPropertyVetoException
public String[] getSubjectItems()
public void setSubjectItems(String[] a_SubjectItems) throws WTPropertyVetoException
a_SubjectItems
-
WTPropertyVetoException
public Timestamp getMeetingDateTime()
public void setMeetingDateTime(Timestamp a_MeetingDateTime) throws WTPropertyVetoException
a_MeetingDateTime
-
WTPropertyVetoException
public MeetingType getMeetingType()
public void setMeetingType(MeetingType a_MeetingType) throws WTPropertyVetoException
a_MeetingType
-
WTPropertyVetoException
public String getContainerOID()
public void setContainerOID(String a_ContainerOID) throws WTPropertyVetoException
a_ContainerOID
-
WTPropertyVetoException
private void containerOIDValidate(String a_ContainerOID) throws WTPropertyVetoException
a_ContainerOID
-
WTPropertyVetoException
public String getMeetingLocation()
public void setMeetingLocation(String a_MeetingLocation) throws WTPropertyVetoException
a_MeetingLocation
-
WTPropertyVetoException
private void meetingLocationValidate(String a_MeetingLocation) throws WTPropertyVetoException
a_MeetingLocation
-
WTPropertyVetoException
public String getTextMinutesContent()
public void setTextMinutesContent(String a_TextMinutesContent) throws WTPropertyVetoException
a_TextMinutesContent
-
WTPropertyVetoException
private void textMinutesContentValidate(String a_TextMinutesContent) throws WTPropertyVetoException
a_TextMinutesContent
-
WTPropertyVetoException
public String getTextAgendaContent()
public void setTextAgendaContent(String a_TextAgendaContent) throws WTPropertyVetoException
a_TextAgendaContent
-
WTPropertyVetoException
private void textAgendaContentValidate(String a_TextAgendaContent) throws WTPropertyVetoException
a_TextAgendaContent
-
WTPropertyVetoException
public String getPassword()
public void setPassword(String a_Password) throws WTPropertyVetoException
a_Password
-
WTPropertyVetoException
private void passwordValidate(String a_Password) throws WTPropertyVetoException
a_Password
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |