com.ptc.netmarkets.meeting
Class NmMeetingProperties

java.lang.Object
  extended bycom.ptc.netmarkets.meeting.NmMeetingProperties
All Implemented Interfaces:
Externalizable, Serializable

public class NmMeetingProperties
extends Object
implements Externalizable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  Timestamp creationDate
           
private  Timestamp dateTime
           
private  String description
           
private  String dialinInfo
           
private  long duration
           
static long EXTERNALIZATION_VERSION_UID
           
private  Object host
           
private  Locale locale
           
private  String location
           
private  String meetingAgenda
           
private  String meetingMinutes
           
private  MeetingType meetingType
           
private  String name
           
private  long numPhoneLines
           
protected static long OLD_FORMAT_VERSION_UID
           
private  Object[] participants
           
private  String phoneNumber
           
private  boolean projectContext
           
private static String RESOURCE
           
(package private) static long serialVersionUID
           
private  MeetingStatus status
           
private  Object[] subjectItems
           
 
Constructor Summary
NmMeetingProperties()
          

Supported API: false
NmMeetingProperties(Meeting meeting, boolean projectContext)
          

Supported API: false
 
Method Summary
 NmDate getCreationDate()
          

Supported API: false
 NmDate getDate()
          

Supported API: false
 String getDescription()
          

Supported API: false
 String getDialinInfo()
          

Supported API: false
 String getDuration()
          

Supported API: false
 Object getHost()
          

Supported API: false
 String getLocation()
          

Supported API: false
 String getMeetingAgenda()
          

Supported API: false
 String getMeetingMinutes()
          

Supported API: false
 MeetingType getMeetingType()
          

Supported API: false
 String getMeetingTypeName()
          

Supported API: false
 String getName()
          

Supported API: false
private  Object getNmUser(WTPrincipalReference userRef, WTContainerRef containerRef)
           
private  NmUser getNmUser(WTUser user)
           
 String getNumPhoneLines()
          

Supported API: false
 Object[] getParticipants()
          

Supported API: false
private  Object[] getParticipants(Meeting meeting)
           
 String getPhoneNumber()
          

Supported API: false
 String getStatus()
          

Supported API: false
 Object[] getSubjectItems()
          

Supported API: false
private  Object[] getSubjectItems(Meeting meeting)
           
 NmDate getTime()
          

Supported API: false
 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(NmMeetingProperties thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

name

private String name

description

private String description

host

private Object host

dateTime

private Timestamp dateTime

creationDate

private Timestamp creationDate

duration

private long duration

phoneNumber

private String phoneNumber

numPhoneLines

private long numPhoneLines

dialinInfo

private String dialinInfo

meetingType

private MeetingType meetingType

participants

private Object[] participants

subjectItems

private Object[] subjectItems

meetingMinutes

private String meetingMinutes

meetingAgenda

private String meetingAgenda

status

private MeetingStatus status

locale

private Locale locale

projectContext

private boolean projectContext

location

private String location

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

NmMeetingProperties

public NmMeetingProperties()


Supported API: false


NmMeetingProperties

public NmMeetingProperties(Meeting meeting,
                           boolean projectContext)
                    throws WTException


Supported API: false

Parameters:
meeting -
projectContext -
Throws:
WTException
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(NmMeetingProperties thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

getName

public String getName()


Supported API: false

Returns:
String

getDescription

public String getDescription()


Supported API: false

Returns:
String

getHost

public Object getHost()


Supported API: false

Returns:
Object

getDate

public NmDate getDate()


Supported API: false

Returns:
NmDate

getTime

public NmDate getTime()


Supported API: false

Returns:
NmDate

getCreationDate

public NmDate getCreationDate()


Supported API: false

Returns:
NmDate

getDuration

public String getDuration()


Supported API: false

Returns:
String

getPhoneNumber

public String getPhoneNumber()


Supported API: false

Returns:
String

getNumPhoneLines

public String getNumPhoneLines()


Supported API: false

Returns:
String

getDialinInfo

public String getDialinInfo()


Supported API: false

Returns:
String

getMeetingType

public MeetingType getMeetingType()


Supported API: false

Returns:
MeetingType

getMeetingTypeName

public String getMeetingTypeName()


Supported API: false

Returns:
String

getParticipants

public Object[] getParticipants()


Supported API: false

Returns:
Object[]

getSubjectItems

public Object[] getSubjectItems()


Supported API: false

Returns:
Object[]

getMeetingMinutes

public String getMeetingMinutes()


Supported API: false

Returns:
String

getMeetingAgenda

public String getMeetingAgenda()


Supported API: false

Returns:
String

getStatus

public String getStatus()


Supported API: false

Returns:
String

getLocation

public String getLocation()


Supported API: false

Returns:
String

getNmUser

private NmUser getNmUser(WTUser user)
                  throws WTException
Throws:
WTException

getNmUser

private Object getNmUser(WTPrincipalReference userRef,
                         WTContainerRef containerRef)
                  throws WTException
Throws:
WTException

getParticipants

private Object[] getParticipants(Meeting meeting)
                          throws WTException
Throws:
WTException

getSubjectItems

private Object[] getSubjectItems(Meeting meeting)
                          throws WTException
Throws:
WTException