org.chorem.pollen.business.dto
Class PreventRuleDTO
java.lang.Object
org.chorem.pollen.business.dto.PreventRuleDTO
- All Implemented Interfaces:
- Serializable
public class PreventRuleDTO
- extends Object
- implements Serializable
Classe DTO représentant une règle de notification.
- Version:
- $Id: PreventRuleDTO.java 2736 2009-08-19 15:48:01Z nrannou $
- Author:
- amine, rannou
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreventRuleDTO
public PreventRuleDTO()
PreventRuleDTO
public PreventRuleDTO(String id)
PreventRuleDTO
public PreventRuleDTO(String pollId,
String scope,
int sensibility,
boolean repeated,
String method)
PreventRuleDTO
public PreventRuleDTO(String scope,
int sensibility,
boolean repeated,
String method)
getId
public String getId()
setId
public void setId(String id)
getPollId
public String getPollId()
setPollId
public void setPollId(String pollId)
getScope
public String getScope()
setScope
public void setScope(String scope)
getSensibility
public int getSensibility()
setSensibility
public void setSensibility(int sensibility)
isActive
public boolean isActive()
setActive
public void setActive(boolean active)
isOneTime
public boolean isOneTime()
setOneTime
public void setOneTime(boolean oneTime)
isRepeated
public boolean isRepeated()
setRepeated
public void setRepeated(boolean repeated)
getMethod
public String getMethod()
setMethod
public void setMethod(String method)
Copyright © 2009-2010 CodeLutin. All Rights Reserved.