public class Log extends EntityBaseBean
Java class for log complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="log">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="entityId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="entityName" 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="query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
duration |
protected Long |
entityId |
protected String |
entityName |
protected String |
operation |
protected String |
query |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration()
Gets the value of the duration property.
|
Long |
getEntityId()
Gets the value of the entityId property.
|
String |
getEntityName()
Gets the value of the entityName property.
|
String |
getOperation()
Gets the value of the operation property.
|
String |
getQuery()
Gets the value of the query property.
|
void |
setDuration(long value)
Sets the value of the duration property.
|
void |
setEntityId(Long value)
Sets the value of the entityId property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setQuery(String value)
Sets the value of the query property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected long duration
protected Long entityId
protected String entityName
protected String operation
protected String query
public long getDuration()
public void setDuration(long value)
public Long getEntityId()
Longpublic void setEntityId(Long value)
value - allowed object is
Longpublic String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic String getQuery()
StringCopyright © 2013 The ICAT Collaboration. All rights reserved.