Clearspace API (2.0.15) Web Services Client Javadocs

com.jivesoftware.community.webservices
Class WSProject

java.lang.Object
  extended by com.jivesoftware.community.webservices.WSJiveObject
      extended by com.jivesoftware.community.webservices.WSJiveContainer
          extended by com.jivesoftware.community.webservices.WSProject

public class WSProject
extends WSJiveContainer


Field Summary
protected  java.util.Date dueDate
           
protected  long parentContainerID
           
protected  int parentContainerType
           
protected  long userID
           
 
Fields inherited from class com.jivesoftware.community.webservices.WSJiveContainer
availableContentTypes, contentTypes, creationDate, description, displayName, modificationDate, name
 
Fields inherited from class com.jivesoftware.community.webservices.WSJiveObject
id, objectType
 
Constructor Summary
WSProject()
           
WSProject(long id)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.Date getDueDate()
           
 long getParentContainerID()
           
 int getParentContainerType()
           
 long getUserID()
           
 int hashCode()
           
 void setDueDate(java.util.Date dueDate)
           
 void setParentContainerID(long parentContainerID)
           
 void setParentContainerType(int parentContainerType)
           
 void setUserID(long userID)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jivesoftware.community.webservices.WSJiveContainer
getAvailableContentTypes, getContentTypes, getCreationDate, getDescription, getDisplayName, getModificationDate, getName, setAvailableContentTypes, setContentTypes, setCreationDate, setDescription, setDisplayName, setModificationDate, setName
 
Methods inherited from class com.jivesoftware.community.webservices.WSJiveObject
getID, getObjectType, setID, setObjectType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

parentContainerID

protected long parentContainerID

parentContainerType

protected int parentContainerType

userID

protected long userID

dueDate

protected java.util.Date dueDate
Constructor Detail

WSProject

public WSProject()

WSProject

public WSProject(long id)
Method Detail

getDueDate

public java.util.Date getDueDate()

setDueDate

public void setDueDate(java.util.Date dueDate)

getUserID

public long getUserID()

setUserID

public void setUserID(long userID)

getParentContainerID

public long getParentContainerID()

setParentContainerID

public void setParentContainerID(long parentContainerID)

getParentContainerType

public int getParentContainerType()

setParentContainerType

public void setParentContainerType(int parentContainerType)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class WSJiveContainer

hashCode

public int hashCode()
Overrides:
hashCode in class WSJiveContainer

toString

public java.lang.String toString()
Overrides:
toString in class WSJiveContainer

Clearspace Project Page

Copyright © 1999-2007 Jive Software.