com.konakartadmin.app
Class AdminCustomValidatorSet

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

public class AdminCustomValidatorSet
extends java.lang.Object

AdminCustomValidatorSet object for holding a set of custom validator objects.


Field Summary
private  AdminCustomValidator[] customValidators
          the custom validators
private  java.lang.String[] ids
          ids - these correspond with the customValidators attribute so that ids[n] is the id for customValidators[n]
private  long timestamp
          timestamp (in ms since 1-Jan-1970) when message set was created
private  int totalItems
          number of items
 
Constructor Summary
AdminCustomValidatorSet()
          Constructor
 
Method Summary
 AdminCustomValidator[] getCustomValidators()
           
 java.lang.String[] getIds()
           
 long getTimestamp()
           
 int getTotalItems()
           
 void setCustomValidators(AdminCustomValidator[] customValidators)
           
 void setIds(java.lang.String[] ids)
           
 void setTimestamp(long timestamp)
           
 void setTotalItems(int totalItems)
           
 java.lang.String toString()
           
 java.lang.String toStringBrief()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

totalItems

private int totalItems
number of items


timestamp

private long timestamp
timestamp (in ms since 1-Jan-1970) when message set was created


ids

private java.lang.String[] ids
ids - these correspond with the customValidators attribute so that ids[n] is the id for customValidators[n]


customValidators

private AdminCustomValidator[] customValidators
the custom validators

Constructor Detail

AdminCustomValidatorSet

public AdminCustomValidatorSet()
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 AdminMessageSet object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing selected attributes of the AdminMessageSet object.

getTotalItems

public int getTotalItems()
Returns:
Returns the totalItems.

setTotalItems

public void setTotalItems(int totalItems)
Parameters:
totalItems - The totalItems to set.

getTimestamp

public long getTimestamp()
Returns:
Returns the timestamp.

setTimestamp

public void setTimestamp(long timestamp)
Parameters:
timestamp - The timestamp to set.

getIds

public java.lang.String[] getIds()
Returns:
Returns the ids.

setIds

public void setIds(java.lang.String[] ids)
Parameters:
ids - The ids to set.

getCustomValidators

public AdminCustomValidator[] getCustomValidators()
Returns:
Returns the customValidators.

setCustomValidators

public void setCustomValidators(AdminCustomValidator[] customValidators)
Parameters:
customValidators - The customValidators to set.


Copyright © 2011 DS Data Systems UK Ltd.