arta.synergy.web.common.client.data.objectives
Class Notifications

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

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


User: topa

See Also:
Serialized Form

Constructor Summary
Notifications()
           
 
Method Summary
 long getCurrentDate()
           
 boolean hasExpiredPointers()
           
 boolean hasObjectiveMessages()
           
 boolean hasPointerMessages()
           
 boolean isHasPointersToUpdate()
           
 void setCurrentDate(long currentDate)
           
 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
 

Constructor Detail

Notifications

public Notifications()
Method Detail

hasObjectiveMessages

public boolean hasObjectiveMessages()

setHasObjectiveMessages

public void setHasObjectiveMessages(boolean hasObjectiveMessages)

hasPointerMessages

public boolean hasPointerMessages()

setHasPointerMessages

public void setHasPointerMessages(boolean hasPointerMessages)

hasExpiredPointers

public boolean hasExpiredPointers()

setHasExpiredPointers

public void setHasExpiredPointers(boolean hasExpiredPointers)

isHasPointersToUpdate

public boolean isHasPointersToUpdate()

setHasPointersToUpdate

public void setHasPointersToUpdate(boolean hasPointersToUpdate)

getCurrentDate

public long getCurrentDate()

setCurrentDate

public void setCurrentDate(long currentDate)


Copyright © 2000 Dummy Corp. All Rights Reserved.