public class TTAssociate
extends java.lang.Object
TTBusObjService.getUpdateHistoryForBasicAssociations(java.lang.String, java.lang.Long, java.lang.Long, java.lang.String, java.lang.String, java.lang.Boolean)
about when and by whom an entity was modified.
Contains the following elements:
associateId
- The ID of the specific instance of the entity.createDate
- Create date of association.createdBy
- Resource Id of the creator of associationscurrentEntry
- Returns 0 or 1 depends on the current entrydateModified
- Association modification datemodifiedBy
- The Resource ID of the user who made the modification.sourceEntityId
- Source entity idsourceEntityTypeId
- Source entity type Id, 5 for Tasks and 6 for IssuestargetEntityId
- Target entity idtargetEntityTypeId
- Target entity type Id, 5 for Tasks and 6 for Issues
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:getUpdateHistoryForBasicAssociationsResponse xmlns:ns="http://services" xmlns:ax21="http://objects.services/xsd">
<ns:return xsi:type="ax21:TTAssociate" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax21:associateId>1638656686</ax21:associateId>
<ax21:createDate>2017-11-21 17:09:01.0</ax21:createDate>
<ax21:createdBy>8826911</ax21:createdBy>
<ax21:currentEntry>0</ax21:currentEntry>
<ax21:dateModified>2017-11-21 17:09:28.0</ax21:dateModified>
<ax21:modifiedBy>8826911</ax21:modifiedBy>
<ax21:sourceEntityId>1638656522</ax21:sourceEntityId>
<ax21:sourceEntityTypeId>6</ax21:sourceEntityTypeId>
<ax21:targetEntityId>863251807</ax21:targetEntityId>
<ax21:targetEntityTypeId>6</ax21:targetEntityTypeId>
</ns:return>
</ns:getUpdateHistoryForBasicAssociationsResponse>
</soapenv:Body>
</soapenv:Envelope>
Constructor and Description |
---|
TTAssociate() |
Modifier and Type | Method and Description |
---|---|
long |
getAssociateId() |
java.lang.String |
getCreateDate() |
long |
getCreatedBy() |
long |
getCurrentEntry() |
java.lang.String |
getDateModified() |
long |
getModifiedBy() |
long |
getSourceEntityId() |
long |
getSourceEntityTypeId() |
long |
getTargetEntityId() |
long |
getTargetEntityTypeId() |
OMElement |
serialize(OMFactory fac) |
void |
setAssociateId(long associateId) |
void |
setCreateDate(java.lang.String createDate) |
void |
setCreatedBy(long createdBy) |
void |
setCurrentEntry(long currentEntry) |
void |
setDateModified(java.lang.String dateModified) |
void |
setModifiedBy(long modifiedBy) |
void |
setSourceEntityId(long sourceEntityId) |
void |
setSourceEntityTypeId(long sourceEntityTypeId) |
void |
setTargetEntityId(long targetEntityId) |
void |
setTargetEntityTypeId(long targetEntityTypeId) |
java.lang.String |
toString() |
public long getAssociateId()
public void setAssociateId(long associateId)
public long getSourceEntityTypeId()
public void setSourceEntityTypeId(long sourceEntityTypeId)
public long getTargetEntityTypeId()
public void setTargetEntityTypeId(long targetEntityTypeId)
public java.lang.String getCreateDate()
public void setCreateDate(java.lang.String createDate)
public long getTargetEntityId()
public void setTargetEntityId(long targetEntityId)
public long getSourceEntityId()
public void setSourceEntityId(long sourceEntityId)
public long getCurrentEntry()
public void setCurrentEntry(long currentEntry)
public long getCreatedBy()
public void setCreatedBy(long createdBy)
public java.lang.String getDateModified()
public void setDateModified(java.lang.String dateModified)
public long getModifiedBy()
public void setModifiedBy(long modifiedBy)
public OMElement serialize(OMFactory fac)
public java.lang.String toString()
toString
in class java.lang.Object