public class PDEvent extends ObjPD
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
fDESCRIPTION |
static java.lang.String |
fDESTINATION |
static java.lang.String |
fMSGDATE |
static java.lang.String |
fMSGID |
static java.lang.String |
fSENDER |
static java.lang.String |
fTITLE |
AllowedChars, fPDAUTOR, fPDDATE, SYN_ADD, SYN_DEL, SYN_PARENT, SYN_SEP, SYN_THES, XML_Attr, XML_Field, XML_Group, XML_GroupMembers, XML_ListAttr, XML_Metadata, XML_OPDList, XML_OPDObject, XML_User, XML_UserMembers
Constructor and Description |
---|
PDEvent(DriverGeneric Drv)
defacult constructor
|
Modifier and Type | Method and Description |
---|---|
void |
assignValues(Record Rec)
Assign new values to the Event object
|
java.lang.String |
getDescription() |
java.lang.String |
getDestination() |
java.util.Date |
getMsgDate() |
java.lang.String |
getMsgId() |
Record |
getRecord()
Returns a record with the current values
|
java.lang.String |
getSender() |
static java.lang.String |
getTableName()
Static method that returns the name of Event table in DDBB
|
java.lang.String |
getTabName()
Returns the name of Event table in DDBB
|
java.lang.String |
getTitle() |
void |
setDescription(java.lang.String pDescription) |
void |
setDestination(java.lang.String pDestination) |
void |
setMsgDate(java.util.Date MsgDate) |
void |
setMsgId(java.lang.String MsgId) |
void |
setSender(java.lang.String pSender) |
void |
setTitle(java.lang.String pTitle) |
CheckName, Clear, delete, EndXML, getAll, getDrv, getPDAutor, getPDDate, insert, Install, Load, ProcesXMLNode, SearchLike, SearchLikeDesc, SearchQBE, SearchSelect, SearchSelectV, setDrv, StartXML, String2BD, toXML, unInstall, update
public static final java.lang.String fMSGID
public static final java.lang.String fSENDER
public static final java.lang.String fDESTINATION
public static final java.lang.String fTITLE
public static final java.lang.String fDESCRIPTION
public static final java.lang.String fMSGDATE
public PDEvent(DriverGeneric Drv)
Drv
- OpenProdoc session driverpublic void assignValues(Record Rec) throws PDException
assignValues
in class ObjPD
Rec
- Record of Event type with new valuesPDException
- in any errorpublic Record getRecord() throws PDException
getRecord
in class ObjPD
PDException
- in any errorpublic java.lang.String getTabName()
getTabName
in class ObjPD
public static java.lang.String getTableName()
public java.lang.String getDestination()
public void setDestination(java.lang.String pDestination)
pDestination
- new destinationpublic java.lang.String getDescription()
public void setDescription(java.lang.String pDescription)
pDescription
- new descriptionpublic java.lang.String getSender()
public void setSender(java.lang.String pSender)
pSender
- the Sender to setpublic java.util.Date getMsgDate()
public void setMsgDate(java.util.Date MsgDate)
MsgDate
- the MsgDate to setpublic java.lang.String getMsgId()
public void setMsgId(java.lang.String MsgId)
MsgId
- the MsgId to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String pTitle)
pTitle
- the Title to set