com.konakartadmin.app
Class AdminAuditSearch

java.lang.Object
  extended by com.konakartadmin.app.AdminAuditSearch

public class AdminAuditSearch
extends java.lang.Object

Allows you to enter search criteria for retrieving Audit objects


Field Summary
private  int action
          action
private  java.lang.String apiMethodName
          API Method Name
private  int auditId
          audit Id
private  java.util.Date dateAdded
          date Added
private  int objectId
          object Id
private  java.lang.String orderBy
          order By
private  int userId
          user Id
 
Constructor Summary
AdminAuditSearch()
          Constructor
 
Method Summary
 int getAction()
           
 java.lang.String getApiMethodName()
           
 int getAuditId()
           
 java.util.Date getDateAdded()
           
 int getObjectId()
           
 java.lang.String getOrderBy()
           
 int getUserId()
           
 void setAction(int action)
           
 void setApiMethodName(java.lang.String apiMethodName)
           
 void setAuditId(int auditId)
           
 void setDateAdded(java.util.Date dateAdded)
           
 void setObjectId(int objectId)
           
 void setOrderBy(java.lang.String orderBy)
           
 void setUserId(int userId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

auditId

private int auditId
audit Id


userId

private int userId
user Id


action

private int action
action


objectId

private int objectId
object Id


apiMethodName

private java.lang.String apiMethodName
API Method Name


dateAdded

private java.util.Date dateAdded
date Added


orderBy

private java.lang.String orderBy
order By

Constructor Detail

AdminAuditSearch

public AdminAuditSearch()
Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the AdminAuditSearch object

getAction

public int getAction()
Returns:
Returns the action.

setAction

public void setAction(int action)
Parameters:
action - The action to set.

getApiMethodName

public java.lang.String getApiMethodName()
Returns:
Returns the apiMethodName.

setApiMethodName

public void setApiMethodName(java.lang.String apiMethodName)
Parameters:
apiMethodName - The apiMethodName to set.

getObjectId

public int getObjectId()
Returns:
Returns the objectId.

setObjectId

public void setObjectId(int objectId)
Parameters:
objectId - The objectId to set.

getOrderBy

public java.lang.String getOrderBy()
Returns:
Returns the orderBy.

setOrderBy

public void setOrderBy(java.lang.String orderBy)
Parameters:
orderBy - The orderBy to set.

getAuditId

public int getAuditId()
Returns:
Returns the auditId.

setAuditId

public void setAuditId(int auditId)
Parameters:
auditId - The auditId to set.

getUserId

public int getUserId()
Returns:
Returns the userId.

setUserId

public void setUserId(int userId)
Parameters:
userId - The userId to set.

getDateAdded

public java.util.Date getDateAdded()
Returns:
the dateAdded

setDateAdded

public void setDateAdded(java.util.Date dateAdded)
Parameters:
dateAdded - the dateAdded to set


Copyright © 2011 DS Data Systems UK Ltd.