com.pmease.quickbuild.model
Class Alarm

java.lang.Object
  extended by com.pmease.quickbuild.model.AbstractEntity
      extended by com.pmease.quickbuild.model.Alarm
All Implemented Interfaces:
java.io.Serializable

@Entity
public class Alarm
extends AbstractEntity

See Also:
Serialized Form

Constructor Summary
Alarm()
           
 
Method Summary
 java.lang.String getNotifier()
           
 User getUser()
          Get user object of this alarm entry.
 void setNotifier(java.lang.String notifier)
           
 void setUser(User user)
           
 
Methods inherited from class com.pmease.quickbuild.model.AbstractEntity
equals, getId, hashCode, isNew, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Alarm

public Alarm()
Method Detail

getUser

@NotNull
public User getUser()
Get user object of this alarm entry.


setUser

public void setUser(User user)

getNotifier

@NotNull
public java.lang.String getNotifier()

setNotifier

public void setNotifier(java.lang.String notifier)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.