arta.synergy.web.common.client.data.messages
Class MessagesInfo

java.lang.Object
  extended by arta.synergy.web.common.client.data.messages.MessagesInfo
All Implemented Interfaces:
java.io.Serializable

public class MessagesInfo
extends java.lang.Object
implements java.io.Serializable

Created by IntelliJ IDEA. User: topa Date: 16.06.2010 Time: 10:57:54 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
 java.util.Date currentDate
           
 
Constructor Summary
MessagesInfo()
           
 
Method Summary
 boolean isHasExpiredPointers()
           
 boolean isHasObjectiveMessages()
           
 boolean isHasPointerMessages()
           
 boolean isHasPointersToUpdate()
           
 void setHasExpiredPointers(boolean hasExpiredPointers)
           
 void setHasObjectiveMessages(boolean hasObjectiveMessages)
           
 void setHasPointerMessages(boolean hasPointerMessages)
           
 void setHasPointersToUpdate(boolean hasPointersToUpdate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentDate

public java.util.Date currentDate
Constructor Detail

MessagesInfo

public MessagesInfo()
Method Detail

isHasObjectiveMessages

public boolean isHasObjectiveMessages()

setHasObjectiveMessages

public void setHasObjectiveMessages(boolean hasObjectiveMessages)

isHasPointerMessages

public boolean isHasPointerMessages()

setHasPointerMessages

public void setHasPointerMessages(boolean hasPointerMessages)

isHasExpiredPointers

public boolean isHasExpiredPointers()

setHasExpiredPointers

public void setHasExpiredPointers(boolean hasExpiredPointers)

isHasPointersToUpdate

public boolean isHasPointersToUpdate()

setHasPointersToUpdate

public void setHasPointersToUpdate(boolean hasPointersToUpdate)


Copyright © 2000 Dummy Corp. All Rights Reserved.