public class PAuditXType extends Object
Java class for PAuditXType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PAuditXType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActivityCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ActivityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ActualName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ApplicationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AuditTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="BOFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BOFieldType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BussinessObjName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HostName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NewValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NewValueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OldValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OldValueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PrmUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ProjectShortName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubjectArea" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TableColumnName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TablePrimaryKeys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UdfCodeTypeLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityCode |
protected String |
activityName |
protected String |
actualName |
protected String |
applicationName |
protected LocalDateTime |
auditTimestamp |
protected String |
boFieldName |
protected String |
boFieldType |
protected String |
bussinessObjName |
protected String |
hostName |
protected String |
newValue |
protected String |
newValueName |
protected String |
oldValue |
protected String |
oldValueName |
protected String |
operation |
protected String |
prmUserName |
protected String |
projectName |
protected Integer |
projectObjectId |
protected String |
projectShortName |
protected String |
subjectArea |
protected String |
tableColumnName |
protected String |
tablePrimaryKeys |
protected String |
udfCodeTypeLabel |
| Constructor and Description |
|---|
PAuditXType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityCode()
Gets the value of the activityCode property.
|
String |
getActivityName()
Gets the value of the activityName property.
|
String |
getActualName()
Gets the value of the actualName property.
|
String |
getApplicationName()
Gets the value of the applicationName property.
|
LocalDateTime |
getAuditTimestamp()
Gets the value of the auditTimestamp property.
|
String |
getBOFieldName()
Gets the value of the boFieldName property.
|
String |
getBOFieldType()
Gets the value of the boFieldType property.
|
String |
getBussinessObjName()
Gets the value of the bussinessObjName property.
|
String |
getHostName()
Gets the value of the hostName property.
|
String |
getNewValue()
Gets the value of the newValue property.
|
String |
getNewValueName()
Gets the value of the newValueName property.
|
String |
getOldValue()
Gets the value of the oldValue property.
|
String |
getOldValueName()
Gets the value of the oldValueName property.
|
String |
getOperation()
Gets the value of the operation property.
|
String |
getPrmUserName()
Gets the value of the prmUserName property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
String |
getProjectShortName()
Gets the value of the projectShortName property.
|
String |
getSubjectArea()
Gets the value of the subjectArea property.
|
String |
getTableColumnName()
Gets the value of the tableColumnName property.
|
String |
getTablePrimaryKeys()
Gets the value of the tablePrimaryKeys property.
|
String |
getUdfCodeTypeLabel()
Gets the value of the udfCodeTypeLabel property.
|
void |
setActivityCode(String value)
Sets the value of the activityCode property.
|
void |
setActivityName(String value)
Sets the value of the activityName property.
|
void |
setActualName(String value)
Sets the value of the actualName property.
|
void |
setApplicationName(String value)
Sets the value of the applicationName property.
|
void |
setAuditTimestamp(LocalDateTime value)
Sets the value of the auditTimestamp property.
|
void |
setBOFieldName(String value)
Sets the value of the boFieldName property.
|
void |
setBOFieldType(String value)
Sets the value of the boFieldType property.
|
void |
setBussinessObjName(String value)
Sets the value of the bussinessObjName property.
|
void |
setHostName(String value)
Sets the value of the hostName property.
|
void |
setNewValue(String value)
Sets the value of the newValue property.
|
void |
setNewValueName(String value)
Sets the value of the newValueName property.
|
void |
setOldValue(String value)
Sets the value of the oldValue property.
|
void |
setOldValueName(String value)
Sets the value of the oldValueName property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setPrmUserName(String value)
Sets the value of the prmUserName property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setProjectShortName(String value)
Sets the value of the projectShortName property.
|
void |
setSubjectArea(String value)
Sets the value of the subjectArea property.
|
void |
setTableColumnName(String value)
Sets the value of the tableColumnName property.
|
void |
setTablePrimaryKeys(String value)
Sets the value of the tablePrimaryKeys property.
|
void |
setUdfCodeTypeLabel(String value)
Sets the value of the udfCodeTypeLabel property.
|
protected String activityCode
protected String activityName
protected String actualName
protected String applicationName
protected LocalDateTime auditTimestamp
protected String boFieldName
protected String boFieldType
protected String bussinessObjName
protected String hostName
protected String newValue
protected String newValueName
protected String oldValue
protected String oldValueName
protected String operation
protected String prmUserName
protected String projectName
protected Integer projectObjectId
protected String projectShortName
protected String subjectArea
protected String tableColumnName
protected String tablePrimaryKeys
protected String udfCodeTypeLabel
public String getActivityCode()
Stringpublic void setActivityCode(String value)
value - allowed object is
Stringpublic String getActivityName()
Stringpublic void setActivityName(String value)
value - allowed object is
Stringpublic String getActualName()
Stringpublic void setActualName(String value)
value - allowed object is
Stringpublic String getApplicationName()
Stringpublic void setApplicationName(String value)
value - allowed object is
Stringpublic LocalDateTime getAuditTimestamp()
Stringpublic void setAuditTimestamp(LocalDateTime value)
value - allowed object is
Stringpublic String getBOFieldName()
Stringpublic void setBOFieldName(String value)
value - allowed object is
Stringpublic String getBOFieldType()
Stringpublic void setBOFieldType(String value)
value - allowed object is
Stringpublic String getBussinessObjName()
Stringpublic void setBussinessObjName(String value)
value - allowed object is
Stringpublic String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic String getNewValue()
Stringpublic void setNewValue(String value)
value - allowed object is
Stringpublic String getNewValueName()
Stringpublic void setNewValueName(String value)
value - allowed object is
Stringpublic String getOldValue()
Stringpublic void setOldValue(String value)
value - allowed object is
Stringpublic String getOldValueName()
Stringpublic void setOldValueName(String value)
value - allowed object is
Stringpublic String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic String getPrmUserName()
Stringpublic void setPrmUserName(String value)
value - allowed object is
Stringpublic String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic String getProjectShortName()
Stringpublic void setProjectShortName(String value)
value - allowed object is
Stringpublic String getSubjectArea()
Stringpublic void setSubjectArea(String value)
value - allowed object is
Stringpublic String getTableColumnName()
Stringpublic void setTableColumnName(String value)
value - allowed object is
Stringpublic String getTablePrimaryKeys()
Stringpublic void setTablePrimaryKeys(String value)
value - allowed object is
Stringpublic String getUdfCodeTypeLabel()
StringCopyright © 2000–2025 MPXJ. All rights reserved.