|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.services.util.audit.AuditEntryTO
public class AuditEntryTO
AuditEntryTO bean generated by the Toolbox Bean Generator.
Constructor Summary | |
---|---|
AuditEntryTO()
Default constructor. |
Method Summary | |
---|---|
static AuditEntryTO |
create(java.util.Map map)
Create a new AuditEntryTO bean instance using the properties in the given Map as the values of the bean properties. |
java.lang.String |
getApplication()
Return the application property. |
java.util.Date |
getEndTime()
Return the endTime property. |
java.lang.String |
getOperation()
Return the operation property. |
java.lang.String |
getOperationResult()
Return the operationResult property. |
java.util.Map |
getPropertyMap()
Return the Map containing the bean properties. |
java.lang.String |
getRole()
Return the role property. |
java.util.Date |
getStartTime()
Return the startTime property. |
java.lang.String |
getUserId()
Return the userId property. |
void |
setApplication(java.lang.String application)
Set the application property. |
void |
setEndTime(java.util.Date endTime)
Set the endTime property. |
void |
setOperation(java.lang.String operation)
Set the operation property. |
void |
setOperationResult(java.lang.String operationResult)
Set the operationResult property. |
void |
setRole(java.lang.String role)
Set the role property. |
void |
setStartTime(java.util.Date startTime)
Set the startTime property. |
void |
setUserId(java.lang.String userId)
Set the userId property. |
java.lang.String |
toString()
Return a String representation of this bean instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AuditEntryTO()
Method Detail |
---|
public void setUserId(java.lang.String userId)
userId
- New value of the
userId property.public java.lang.String getUserId()
public void setRole(java.lang.String role)
role
- New value of the
role property.public java.lang.String getRole()
public void setApplication(java.lang.String application)
application
- New value of the
application property.public java.lang.String getApplication()
public void setOperation(java.lang.String operation)
operation
- New value of the
operation property.public java.lang.String getOperation()
public void setOperationResult(java.lang.String operationResult)
operationResult
- New value of the
operationResult property.public java.lang.String getOperationResult()
public void setStartTime(java.util.Date startTime)
startTime
- New value of the
startTime property.public java.util.Date getStartTime()
public void setEndTime(java.util.Date endTime)
endTime
- New value of the
endTime property.public java.util.Date getEndTime()
public java.util.Map getPropertyMap()
public static AuditEntryTO create(java.util.Map map) throws java.lang.Exception
Property mappings are done using Java Reflection and is performed as follows:
The keys in the Map are used as the names of the bean properties. If the Map contains a key with the value name it will be translated into a method call that will invoke the setName(...) method on the target bean using the value associated with the key in the Map.
map
- Map containing bean properties.
java.lang.Exception
- if the bean cannot be created.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |