com.stratelia.webactiv.kmelia.model
Class UserCompletePublication

java.lang.Object
  extended by com.stratelia.webactiv.kmelia.model.UserCompletePublication
All Implemented Interfaces:
Serializable

Deprecated. this class is now deprecated. Please use instead the KmeliaPublication objects.

public class UserCompletePublication
extends Object
implements Serializable

This object contains elements which are displayed in a kmelia Topic

Version:
1.0
Author:
Nicolas Eysseric
See Also:
Serialized Form

Constructor Summary
UserCompletePublication()
          Deprecated. Construct an empty TopicDetail
UserCompletePublication(com.stratelia.webactiv.beans.admin.UserDetail owner, com.stratelia.webactiv.util.publication.model.CompletePublication publication)
          Deprecated. Create a new TopicDetail
 
Method Summary
 String getId()
          Deprecated.  
 com.stratelia.webactiv.beans.admin.UserDetail getOwner()
          Deprecated. Get the path
 com.stratelia.webactiv.util.publication.model.CompletePublication getPublication()
          Deprecated. Get the Topic nodePK
 boolean isAlias()
          Deprecated.  
 void setAlias(boolean isAlias)
          Deprecated.  
 void setOwner(com.stratelia.webactiv.beans.admin.UserDetail ud)
          Deprecated. Set the path
 void setPublication(com.stratelia.webactiv.util.publication.model.CompletePublication pub)
          Deprecated. Set the detail of this topic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserCompletePublication

public UserCompletePublication()
Deprecated. 
Construct an empty TopicDetail

Since:
1.0

UserCompletePublication

public UserCompletePublication(com.stratelia.webactiv.beans.admin.UserDetail owner,
                               com.stratelia.webactiv.util.publication.model.CompletePublication publication)
Deprecated. 
Create a new TopicDetail

Since:
1.0
Method Detail

getOwner

public com.stratelia.webactiv.beans.admin.UserDetail getOwner()
Deprecated. 
Get the path

Returns:
the path
Since:
1.0

getPublication

public com.stratelia.webactiv.util.publication.model.CompletePublication getPublication()
Deprecated. 
Get the Topic nodePK

Returns:
the Topic nodePK
Since:
1.0
See Also:
NodePK

setOwner

public void setOwner(com.stratelia.webactiv.beans.admin.UserDetail ud)
Deprecated. 
Set the path

Parameters:
path - a NodeDetail Collection
Since:
1.0

setPublication

public void setPublication(com.stratelia.webactiv.util.publication.model.CompletePublication pub)
Deprecated. 
Set the detail of this topic

Parameters:
nd - the topic NodeDetail
Since:
1.0

getId

public String getId()
Deprecated. 

isAlias

public boolean isAlias()
Deprecated. 

setAlias

public void setAlias(boolean isAlias)
Deprecated. 


Copyright © 2016 Silverpeas. All Rights Reserved.