com.silverpeas.pdcSubscription.model
Class PDCSubscription
java.lang.Object
com.silverpeas.pdcSubscription.model.PDCSubscription
- All Implemented Interfaces:
- Serializable, Cloneable
public class PDCSubscription
- extends Object
- implements Serializable, Cloneable
- See Also:
- Serialized Form
NULL_ID
public static final int NULL_ID
- See Also:
- Constant Field Values
PDCSubscription
protected PDCSubscription()
PDCSubscription
public PDCSubscription(int id,
String name,
List<? extends Criteria> pdcContext,
int ownerId)
getId
public int getId()
setId
public void setId(int id)
getName
public String getName()
setName
public void setName(String name)
getPdcContext
public List<? extends Criteria> getPdcContext()
setPdcContext
public void setPdcContext(List<? extends Criteria> pdcContext)
getOwnerId
public int getOwnerId()
setOwnerId
public void setOwnerId(int ownerId)
toString
public String toString()
- Overriden toString method for debug/trace purposes
- Overrides:
toString
in class Object
clone
public Object clone()
- Support Cloneable Interface
- Overrides:
clone
in class Object
Copyright © 2016 Silverpeas. All Rights Reserved.