com.silverpeas.pdcSubscription.model
Class PDCSubscription

java.lang.Object
  extended by com.silverpeas.pdcSubscription.model.PDCSubscription
All Implemented Interfaces:
Serializable, Cloneable

public class PDCSubscription
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
static int NULL_ID
           
 
Constructor Summary
protected PDCSubscription()
           
  PDCSubscription(int id, String name, List<? extends Criteria> pdcContext, int ownerId)
           
 
Method Summary
 Object clone()
          Support Cloneable Interface
 int getId()
           
 String getName()
           
 int getOwnerId()
           
 List<? extends Criteria> getPdcContext()
           
 void setId(int id)
           
 void setName(String name)
           
 void setOwnerId(int ownerId)
           
 void setPdcContext(List<? extends Criteria> pdcContext)
           
 String toString()
          Overriden toString method for debug/trace purposes
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NULL_ID

public static final int NULL_ID
See Also:
Constant Field Values
Constructor Detail

PDCSubscription

protected PDCSubscription()

PDCSubscription

public PDCSubscription(int id,
                       String name,
                       List<? extends Criteria> pdcContext,
                       int ownerId)
Method Detail

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.