|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.jcu.hpc.srb.mcatext.events.Event
au.edu.jcu.hpc.srb.mcatext.events.SRBObjectEvent
public class SRBObjectEvent
Java class for SRBObjectEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SRBObjectEvent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="oldParentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="oldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="oldSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="oldModifyDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="newParentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="newName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="newSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="newModifyDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
newModifyDate
|
protected java.lang.String |
newName
|
protected java.lang.String |
newParentName
|
protected long |
newSize
|
protected javax.xml.datatype.XMLGregorianCalendar |
oldModifyDate
|
protected java.lang.String |
oldName
|
protected java.lang.String |
oldParentName
|
protected long |
oldSize
|
| Fields inherited from class au.edu.jcu.hpc.srb.mcatext.events.Event |
|---|
id |
| Constructor Summary | |
|---|---|
SRBObjectEvent()
|
|
SRBObjectEvent(int id,
java.lang.String oldParentName,
java.lang.String oldName,
java.lang.Long oldSize,
javax.xml.datatype.XMLGregorianCalendar oldModifyDate,
java.lang.String newParentName,
java.lang.String newName,
java.lang.Long newSize,
javax.xml.datatype.XMLGregorianCalendar newModifyDate)
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getNewModifyDate()
Gets the value of the newModifyDate property. |
java.lang.String |
getNewName()
Gets the value of the newName property. |
java.lang.String |
getNewParentName()
Gets the value of the newParentName property. |
long |
getNewSize()
Gets the value of the newSize property. |
javax.xml.datatype.XMLGregorianCalendar |
getOldModifyDate()
Gets the value of the oldModifyDate property. |
java.lang.String |
getOldName()
Gets the value of the oldName property. |
java.lang.String |
getOldParentName()
Gets the value of the oldParentName property. |
long |
getOldSize()
Gets the value of the oldSize property. |
void |
lookup(java.util.Hashtable<java.lang.String,java.lang.String> id_to_name)
|
void |
setNewModifyDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the newModifyDate property. |
void |
setNewName(java.lang.String value)
Sets the value of the newName property. |
void |
setNewParentName(java.lang.String value)
Sets the value of the newParentName property. |
void |
setNewSize(long value)
Sets the value of the newSize property. |
void |
setOldModifyDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the oldModifyDate property. |
void |
setOldName(java.lang.String value)
Sets the value of the oldName property. |
void |
setOldParentName(java.lang.String value)
Sets the value of the oldParentName property. |
void |
setOldSize(long value)
Sets the value of the oldSize property. |
java.lang.String |
toString()
|
| Methods inherited from class au.edu.jcu.hpc.srb.mcatext.events.Event |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String oldParentName
protected java.lang.String oldName
protected long oldSize
protected javax.xml.datatype.XMLGregorianCalendar oldModifyDate
protected java.lang.String newParentName
protected java.lang.String newName
protected long newSize
protected javax.xml.datatype.XMLGregorianCalendar newModifyDate
| Constructor Detail |
|---|
public SRBObjectEvent()
public SRBObjectEvent(int id,
java.lang.String oldParentName,
java.lang.String oldName,
java.lang.Long oldSize,
javax.xml.datatype.XMLGregorianCalendar oldModifyDate,
java.lang.String newParentName,
java.lang.String newName,
java.lang.Long newSize,
javax.xml.datatype.XMLGregorianCalendar newModifyDate)
| Method Detail |
|---|
public void lookup(java.util.Hashtable<java.lang.String,java.lang.String> id_to_name)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getOldParentName()
Stringpublic void setOldParentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOldName()
Stringpublic void setOldName(java.lang.String value)
value - allowed object is
Stringpublic long getOldSize()
public void setOldSize(long value)
public javax.xml.datatype.XMLGregorianCalendar getOldModifyDate()
XMLGregorianCalendarpublic void setOldModifyDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getNewParentName()
Stringpublic void setNewParentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNewName()
Stringpublic void setNewName(java.lang.String value)
value - allowed object is
Stringpublic long getNewSize()
public void setNewSize(long value)
public javax.xml.datatype.XMLGregorianCalendar getNewModifyDate()
XMLGregorianCalendarpublic void setNewModifyDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||