Java Doc for ResourcesItem.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » content » tool » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » sakai » org.sakaiproject.content.tool 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.sakaiproject.content.tool.ResourcesItem

ResourcesItem
public class ResourcesItem (Code)


Field Summary
protected  AccessModeaccessMode
    
protected  booleancanSetQuota
    
protected  booleancollection
    
protected  StringcollectionId
    
protected  byte[]content
    
protected  StringcontentType
    
protected  booleancopyrightAlert
    
protected  StringcopyrightInfo
    
protected  StringcopyrightStatus
    
protected  StringcreatedBy
    
protected  TimecreatedTime
    
protected  Stringdescription
    
protected  StringdisplayName
    
protected  StringentityId
    
protected  Setgroups
    
protected  booleanhasPrioritySort
    
protected  booleanhasQuota
    
protected  booleanhidden
    
protected  StringmodifiedBy
    
protected  TimemodifiedTime
    
protected  intnotification
    
protected  intprioritySortOrder
    
protected  MappropertyValues
    
protected  Stringquota
    
protected  TimereleaseDate
    
protected  StringresourceType
    
protected  TimeretractDate
    
protected  StringsiteCollectionId
    
protected  booleanuseReleaseDate
    
protected  booleanuseRetractDate
    
protected  Stringuuid
    
protected  intversion
    

Constructor Summary
public  ResourcesItem(String entityId, String collectionId, String resourceType, Map propertyValues)
    
public  ResourcesItem(ContentEntity entity)
    
public  ResourcesItem(String entityId, String collectionId, String resourceType, ResourceToolActionPipe pipe)
    

Method Summary
public  AccessModegetAccessMode()
    
public  StringgetCollectionId()
    
public  byte[]getContent()
    
public  StringgetContentType()
    
public  StringgetCopyrightInfo()
    
public  StringgetCopyrightStatus()
    
public  StringgetCreatedBy()
    
public  TimegetCreatedTime()
    
public  StringgetDescription()
    
public  StringgetDisplayName()
    
public  StringgetEntityId()
    
public  SetgetGroups()
    
public  StringgetModifiedBy()
    
public  TimegetModifiedTime()
    
public  intgetNotification()
    
public  intgetPrioritySortOrder()
    
public  StringgetPropertyValue(String name)
    
public  ListgetPropertyValues(String name)
    
public  MapgetPropertyValues()
    
public  StringgetQuota()
    
public  TimegetReleaseDate()
    
public  StringgetResourceType()
    
public  TimegetRetractDate()
    
public  StringgetSiteCollectionId()
    
public  StringgetUuid()
    
public  intgetVersion()
    
public  booleanhasCopyrightAlert()
    
public  booleanhasPrioritySort()
    
public  booleanhasQuota()
    
public  booleanisCanSetQuota()
    
public  booleanisCollection()
    
public  booleanisHidden()
    
public  voidsetAccessMode(AccessMode accessMode)
    
public  voidsetCanSetQuota(boolean canSetQuota)
    
public  voidsetCollection(boolean collection)
    
public  voidsetCollectionId(String collectionId)
    
public  voidsetContent(byte[] content)
    
public  voidsetContentType(String contentType)
    
public  voidsetCopyrightAlert(boolean copyrightAlert)
    
public  voidsetCopyrightInfo(String copyrightInfo)
    
public  voidsetCopyrightStatus(String copyrightStatus)
    
public  voidsetCreatedBy(String createdBy)
    
public  voidsetCreatedTime(Time createdTime)
    
public  voidsetDescription(String description)
    
public  voidsetDisplayName(String displayName)
    
public  voidsetEntityId(String entityId)
    
public  voidsetGroups(Set groups)
    
public  voidsetHasPrioritySort(boolean hasPrioritySort)
    
public  voidsetHasQuota(boolean hasQuota)
    
public  voidsetHidden(boolean hidden)
    
public  voidsetModifiedBy(String modifiedBy)
    
public  voidsetModifiedTime(Time modifiedTime)
    
public  voidsetNotification(int notification)
    
public  voidsetPrioritySortOrder(int prioritySortOrder)
    
public  voidsetPropertyValue(String name, List value)
    
public  voidsetPropertyValue(String name, int index, String value)
    
public  voidsetPropertyValues(Map propertyValues)
    
public  voidsetQuota(String quota)
    
public  voidsetReleaseDate(Time releaseDate)
    
public  voidsetResourceType(String resourceType)
    
public  voidsetRetractDate(Time retractDate)
    
public  voidsetSiteCollectionId(String siteCollectionId)
    
public  voidsetUseReleaseDate(boolean useReleaseDate)
    
public  voidsetUseRetractDate(boolean useRetractDate)
    
public  voidsetUuid(String uuid)
    
public  voidsetVersion(int version)
    
public  voidupdate(ResourceToolActionPipe pipe)
    
public  booleanuseReleaseDate()
    
public  booleanuseRetractDate()
    

Field Detail
accessMode
protected AccessMode accessMode(Code)



canSetQuota
protected boolean canSetQuota(Code)



collection
protected boolean collection(Code)



collectionId
protected String collectionId(Code)



content
protected byte[] content(Code)



contentType
protected String contentType(Code)



copyrightAlert
protected boolean copyrightAlert(Code)



copyrightInfo
protected String copyrightInfo(Code)



copyrightStatus
protected String copyrightStatus(Code)



createdBy
protected String createdBy(Code)



createdTime
protected Time createdTime(Code)



description
protected String description(Code)



displayName
protected String displayName(Code)



entityId
protected String entityId(Code)



groups
protected Set groups(Code)



hasPrioritySort
protected boolean hasPrioritySort(Code)



hasQuota
protected boolean hasQuota(Code)



hidden
protected boolean hidden(Code)



modifiedBy
protected String modifiedBy(Code)



modifiedTime
protected Time modifiedTime(Code)



notification
protected int notification(Code)



prioritySortOrder
protected int prioritySortOrder(Code)



propertyValues
protected Map propertyValues(Code)



quota
protected String quota(Code)



releaseDate
protected Time releaseDate(Code)



resourceType
protected String resourceType(Code)



retractDate
protected Time retractDate(Code)



siteCollectionId
protected String siteCollectionId(Code)



useReleaseDate
protected boolean useReleaseDate(Code)



useRetractDate
protected boolean useRetractDate(Code)



uuid
protected String uuid(Code)



version
protected int version(Code)




Constructor Detail
ResourcesItem
public ResourcesItem(String entityId, String collectionId, String resourceType, Map propertyValues)(Code)

Parameters:
  entityId -
Parameters:
  collectionId -
Parameters:
  propertyValues -
Parameters:
  resourceType -



ResourcesItem
public ResourcesItem(ContentEntity entity)(Code)



ResourcesItem
public ResourcesItem(String entityId, String collectionId, String resourceType, ResourceToolActionPipe pipe)(Code)




Method Detail
getAccessMode
public AccessMode getAccessMode()(Code)
the accessMode



getCollectionId
public String getCollectionId()(Code)
the collectionId



getContent
public byte[] getContent()(Code)
the content



getContentType
public String getContentType()(Code)
the contentType



getCopyrightInfo
public String getCopyrightInfo()(Code)
the copyrightInfo



getCopyrightStatus
public String getCopyrightStatus()(Code)
the copyrightStatus



getCreatedBy
public String getCreatedBy()(Code)
the createdBy



getCreatedTime
public Time getCreatedTime()(Code)
the createdTime



getDescription
public String getDescription()(Code)
the description



getDisplayName
public String getDisplayName()(Code)
the displayName



getEntityId
public String getEntityId()(Code)
the entityId



getGroups
public Set getGroups()(Code)
the groups



getModifiedBy
public String getModifiedBy()(Code)
the modifiedBy



getModifiedTime
public Time getModifiedTime()(Code)
the modifiedTime



getNotification
public int getNotification()(Code)
the notification



getPrioritySortOrder
public int getPrioritySortOrder()(Code)
the prioritySortOrder



getPropertyValue
public String getPropertyValue(String name)(Code)

Parameters:
  name -



getPropertyValues
public List getPropertyValues(String name)(Code)

Parameters:
  name -



getPropertyValues
public Map getPropertyValues()(Code)
the propertyValues



getQuota
public String getQuota()(Code)
the quota



getReleaseDate
public Time getReleaseDate()(Code)
the releaseDate



getResourceType
public String getResourceType()(Code)
the resourceType



getRetractDate
public Time getRetractDate()(Code)
the retractDate



getSiteCollectionId
public String getSiteCollectionId()(Code)
the siteCollectionId



getUuid
public String getUuid()(Code)
the uuid



getVersion
public int getVersion()(Code)
the version



hasCopyrightAlert
public boolean hasCopyrightAlert()(Code)
the copyrightAlert



hasPrioritySort
public boolean hasPrioritySort()(Code)
the hasPrioritySort



hasQuota
public boolean hasQuota()(Code)
the hasQuota



isCanSetQuota
public boolean isCanSetQuota()(Code)
the canSetQuota



isCollection
public boolean isCollection()(Code)
the collection



isHidden
public boolean isHidden()(Code)
the hidden



setAccessMode
public void setAccessMode(AccessMode accessMode)(Code)

Parameters:
  accessMode - the accessMode to set



setCanSetQuota
public void setCanSetQuota(boolean canSetQuota)(Code)

Parameters:
  canSetQuota - the canSetQuota to set



setCollection
public void setCollection(boolean collection)(Code)

Parameters:
  collection - the collection to set



setCollectionId
public void setCollectionId(String collectionId)(Code)

Parameters:
  collectionId - the collectionId to set



setContent
public void setContent(byte[] content)(Code)

Parameters:
  content - the content to set



setContentType
public void setContentType(String contentType)(Code)

Parameters:
  contentType - the contentType to set



setCopyrightAlert
public void setCopyrightAlert(boolean copyrightAlert)(Code)

Parameters:
  copyrightAlert - the copyrightAlert to set



setCopyrightInfo
public void setCopyrightInfo(String copyrightInfo)(Code)

Parameters:
  copyrightInfo - the copyrightInfo to set



setCopyrightStatus
public void setCopyrightStatus(String copyrightStatus)(Code)

Parameters:
  copyrightStatus - the copyrightStatus to set



setCreatedBy
public void setCreatedBy(String createdBy)(Code)

Parameters:
  createdBy - the createdBy to set



setCreatedTime
public void setCreatedTime(Time createdTime)(Code)

Parameters:
  createdTime - the createdTime to set



setDescription
public void setDescription(String description)(Code)

Parameters:
  description - the description to set



setDisplayName
public void setDisplayName(String displayName)(Code)

Parameters:
  displayName - the displayName to set



setEntityId
public void setEntityId(String entityId)(Code)

Parameters:
  entityId - the entityId to set



setGroups
public void setGroups(Set groups)(Code)

Parameters:
  groups - the groups to set



setHasPrioritySort
public void setHasPrioritySort(boolean hasPrioritySort)(Code)

Parameters:
  hasPrioritySort - the hasPrioritySort to set



setHasQuota
public void setHasQuota(boolean hasQuota)(Code)

Parameters:
  hasQuota - the hasQuota to set



setHidden
public void setHidden(boolean hidden)(Code)

Parameters:
  hidden - the hidden to set



setModifiedBy
public void setModifiedBy(String modifiedBy)(Code)

Parameters:
  modifiedBy - the modifiedBy to set



setModifiedTime
public void setModifiedTime(Time modifiedTime)(Code)

Parameters:
  modifiedTime - the modifiedTime to set



setNotification
public void setNotification(int notification)(Code)

Parameters:
  notification - the notification to set



setPrioritySortOrder
public void setPrioritySortOrder(int prioritySortOrder)(Code)

Parameters:
  prioritySortOrder - the prioritySortOrder to set



setPropertyValue
public void setPropertyValue(String name, List value)(Code)

Parameters:
  name -
Parameters:
  value -



setPropertyValue
public void setPropertyValue(String name, int index, String value)(Code)

Parameters:
  name -
Parameters:
  index -
Parameters:
  value -



setPropertyValues
public void setPropertyValues(Map propertyValues)(Code)

Parameters:
  propertyValues - the propertyValues to set



setQuota
public void setQuota(String quota)(Code)

Parameters:
  quota - the quota to set



setReleaseDate
public void setReleaseDate(Time releaseDate)(Code)

Parameters:
  releaseDate - the releaseDate to set



setResourceType
public void setResourceType(String resourceType)(Code)

Parameters:
  resourceType - the resourceType to set



setRetractDate
public void setRetractDate(Time retractDate)(Code)

Parameters:
  retractDate - the retractDate to set



setSiteCollectionId
public void setSiteCollectionId(String siteCollectionId)(Code)

Parameters:
  siteCollectionId - the siteCollectionId to set



setUseReleaseDate
public void setUseReleaseDate(boolean useReleaseDate)(Code)

Parameters:
  useReleaseDate - the useReleaseDate to set



setUseRetractDate
public void setUseRetractDate(boolean useRetractDate)(Code)

Parameters:
  useRetractDate - the useRetractDate to set



setUuid
public void setUuid(String uuid)(Code)

Parameters:
  uuid - the uuid to set



setVersion
public void setVersion(int version)(Code)

Parameters:
  version - the version to set



update
public void update(ResourceToolActionPipe pipe)(Code)



useReleaseDate
public boolean useReleaseDate()(Code)
the useReleaseDate



useRetractDate
public boolean useRetractDate()(Code)
the useRetractDate



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.