Java Doc for ResourcesBrowseItem.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.ResourcesBrowseItem

All known Subclasses:   org.sakaiproject.content.tool.ResourcesEditItem,
ResourcesBrowseItem
public class ResourcesBrowseItem (Code)
Internal class that encapsulates all information about a resource that is needed in the browse mode. This is being phased out as we switch to the resources type registry.


Field Summary
protected  Stringm_access
    
protected  SortedSetm_allSiteGroups
    
protected  Mapm_allSiteGroupsMap
    
protected  SortedSetm_allowedAddGroupRefs
    
protected  SortedSetm_allowedRemoveGroupRefs
    
protected  booleanm_available
    
protected  booleanm_canAddFolder
    
protected  booleanm_canAddItem
    
protected  booleanm_canCopy
    
protected  booleanm_canDelete
    
protected  booleanm_canRead
    
protected  booleanm_canRevise
    
protected  booleanm_canSelect
    
protected  Stringm_container
    
protected  booleanm_copyrightAlert
    
protected  Stringm_createdBy
    
protected  Stringm_createdTime
    
protected  intm_depth
    
protected  SortedSetm_entityGroupRefs
    
protected  Collectionm_groups
    
protected  booleanm_hasCopyableChildren
    
protected  booleanm_hasDeletableChildren
    
protected  Stringm_id
    
protected  booleanm_inDropbox
    
protected  Stringm_inheritedAccess
    
protected  SortedSetm_inheritedGroupRefs
    
protected  booleanm_inheritsHighlight
    
protected  booleanm_isAttached
    
protected  booleanm_isCopied
    
protected  booleanm_isEmpty
    
protected  booleanm_isHighlighted
    
protected  booleanm_isLocal
    
protected  booleanm_locked
    
protected  Listm_members
    
protected  Stringm_modifiedBy
    
protected  Stringm_modifiedTime
    
protected  Stringm_name
    
protected  Collectionm_oldInheritedGroups
    
protected  Collectionm_oldPossibleGroups
    
protected  booleanm_pubview
    
protected  booleanm_pubview_inherited
    
protected  booleanm_pubview_possible
    
protected  BasicRightsAssignmentm_rights
    
protected  Stringm_root
    
protected  Stringm_size
    
protected  booleanm_sortable
    
protected  Stringm_target
    
protected  Stringm_type
    
protected  Stringm_url
    
protected static  Integerseqnum
    

Constructor Summary
public  ResourcesBrowseItem(String id, String name, String type)
    

Method Summary
public  voidaddAllSiteGroups(Collection allSiteGroups)
    
public  voidaddAllowedAddGroupRef(String allowedAddGroupRef)
    
public  voidaddAllowedRemoveGroupRef(String allowedRemoveGroupRef)
    
public  voidaddEntityGroupRef(String entityGroupRef)
    
public  voidaddGroup(String groupId)
     Add a string reference identifying a Group to the list of groups that have access to this item.
public  voidaddGroup(Group group)
     Add a Group to the list of groups that have access to this item.
protected  voidaddGroupRefToCollection(String groupRef, Collection collection)
    
public  voidaddInheritedGroup(String groupId)
     Add a string reference identifying a Group to the list of groups that have access to this item.
public  voidaddInheritedGroupRef(String inheritedGroupRef)
    
public  voidaddMembers(Collection members)
    
public  booleanallowedAdd(Group group)
    
public  booleanallowedRemove(Group group)
    
public  booleancanAddFolder()
    
public  booleancanAddItem()
    
public  booleancanCopy()
    
public  booleancanDelete()
    
public  booleancanRead()
    
public  booleancanRevise()
    
public  booleancanSelect()
    
public  booleancanUpdate()
    
public  voidclearGroups()
     Remove all groups from the item.
public  voidclearInheritedGroups()
     Remove all inherited groups from the item.
public  StringgetAccess()
     Access the access mode for this item.
public  ListgetAllSiteGroups()
    
public  SortedSetgetAllowedAddGroupRefs()
    
public  SortedSetgetAllowedRemoveGroupRefs()
    
public  StringgetContainer()
    
public  StringgetCreatedBy()
    
public  StringgetCreatedTime()
    
public  intgetDepth()
    
public  StringgetEffectiveAccess()
    
public  StringgetEffectiveGroups()
    
public  StringgetEntityAccess()
    
public  SortedSetgetEntityGroupRefs()
    
public  StringgetGroupNames()
    
public  ListgetGroups()
     Access a list of Group objects that can access this item.
public  StringgetId()
    
public  StringgetInheritedAccess()
     Access the access mode for this item.
public  SortedSetgetInheritedGroupRefs()
    
public  ListgetInheritedGroups()
     Access a list of Group objects that can access this item.
public  StringgetItemNum()
    
public  ListgetMembers()
    
public  StringgetModifiedBy()
    
public  StringgetModifiedTime()
    
public  StringgetName()
    
public  CollectiongetPossibleGroups()
    
public  BasicRightsAssignmentgetRights()
    
public  StringgetRoot()
    
public  StringgetSize()
    
public  StringgetTarget()
    
public  StringgetType()
    
public  StringgetUrl()
    
public  booleanhasCopyableChildren()
    
public  booleanhasCopyrightAlert()
    
public  booleanhasDeletableChildren()
    
public  booleanhasGroup(String groupRef)
     Determine whether a group has access to this item.
protected  voidimportGroupRefs(Collection groupRefs, Collection collection)
    
public  booleaninheritsGroup(String groupRef)
     Determine whether a group has access to this item.
public  booleaninheritsHighlighted()
    
public  booleanisAttached()
    
public  booleanisAvailable()
    
public  booleanisCopied()
    
public  booleanisEmpty()
    
public  booleanisFolder()
    
public  booleanisHighlighted()
    
public  booleanisInDropbox()
    
public  booleanisInherited(Group group)
    
public  booleanisLocal(Group group)
    
public  booleanisLocal()
    
public  booleanisLocked()
    
public  booleanisMoved()
    
public  booleanisPossible(Group group)
    
public  booleanisPubview()
    
public  booleanisPubviewInherited()
    
public  booleanisPubviewPossible()
    
public  booleanisSortable()
    
public  booleanisTooBig()
    
public  voidseDeletableChildren(boolean hasDeletableChildren)
    
public  voidsetAccess(String access)
     Set the access mode for this item.
public  voidsetAllSiteGroups(Collection allSiteGroups)
    
public  voidsetAllowedAddGroupRefs(Collection allowedAddGroupRefs)
    
public  voidsetAllowedRemoveGroupRefs(Collection allowedRemoveGroupRefs)
    
public  voidsetAttached(boolean isAttached)
    
public  voidsetAvailable(boolean available)
    
public  voidsetCanAddFolder(boolean canAddFolder)
    
public  voidsetCanAddItem(boolean canAddItem)
    
public  voidsetCanCopy(boolean canCopy)
    
public  voidsetCanDelete(boolean canDelete)
    
public  voidsetCanRead(boolean canRead)
    
public  voidsetCanRevise(boolean canRevise)
    
public  voidsetCanSelect(boolean canSelect)
    
public  voidsetCanUpdate(boolean canUpdate)
    
public  voidsetContainer(String container)
    
public  voidsetCopied(boolean isCopied)
    
public  voidsetCopyableChildren(boolean hasCopyableChildren)
    
public  voidsetCopyrightAlert(boolean copyrightAlert)
    
public  voidsetCreatedBy(String creator)
    
public  voidsetCreatedTime(String time)
    
public  voidsetDepth(int depth)
    
public  voidsetEntityGroupRefs(Collection entityGroupRefs)
    
public  voidsetGroups(Collection groups)
     Replace the current list of groups with this list of Group objects representing the groups that have access to this item.
public  voidsetHighlighted(boolean isHighlighted)
    
public  voidsetInDropbox(boolean inDropbox)
    
public  voidsetInheritedAccess(String access)
     Set the access mode for this item.
public  voidsetInheritedGroupRefs(Collection inheritedGroupRefs)
    
public  voidsetInheritedGroups(Collection groups)
     Replace the current list of groups with this list of Group objects representing the groups that have access to this item.
public  voidsetInheritsHighlight(boolean inheritsHighlight)
    
public  voidsetIsEmpty(boolean isEmpty)
    
public  voidsetIsLocal(boolean isLocal)
    
public  voidsetIsTooBig(boolean toobig)
    
public  voidsetLocked(boolean isLocked)
    
public  voidsetModifiedBy(String modifier)
    
public  voidsetModifiedTime(String time)
    
public  voidsetMoved(boolean isMoved)
    
public  voidsetName(String name)
    
public  voidsetPossibleGroups(Collection groups)
    
public  voidsetPubview(boolean pubview)
    
public  voidsetPubviewInherited(boolean pubviewset)
    
public  voidsetPubviewPossible(boolean possible)
    
public  voidsetRights(BasicRightsAssignment rights)
    
public  voidsetRoot(String root)
    
public  voidsetSize(String size)
    
public  voidsetSortable(boolean sortable)
    
public  voidsetTarget(String target)
    
public  voidsetUrl(String url)
    

Field Detail
m_access
protected String m_access(Code)



m_allSiteGroups
protected SortedSet m_allSiteGroups(Code)



m_allSiteGroupsMap
protected Map m_allSiteGroupsMap(Code)



m_allowedAddGroupRefs
protected SortedSet m_allowedAddGroupRefs(Code)



m_allowedRemoveGroupRefs
protected SortedSet m_allowedRemoveGroupRefs(Code)



m_available
protected boolean m_available(Code)



m_canAddFolder
protected boolean m_canAddFolder(Code)



m_canAddItem
protected boolean m_canAddItem(Code)



m_canCopy
protected boolean m_canCopy(Code)



m_canDelete
protected boolean m_canDelete(Code)



m_canRead
protected boolean m_canRead(Code)



m_canRevise
protected boolean m_canRevise(Code)



m_canSelect
protected boolean m_canSelect(Code)



m_container
protected String m_container(Code)



m_copyrightAlert
protected boolean m_copyrightAlert(Code)



m_createdBy
protected String m_createdBy(Code)



m_createdTime
protected String m_createdTime(Code)



m_depth
protected int m_depth(Code)



m_entityGroupRefs
protected SortedSet m_entityGroupRefs(Code)



m_groups
protected Collection m_groups(Code)



m_hasCopyableChildren
protected boolean m_hasCopyableChildren(Code)



m_hasDeletableChildren
protected boolean m_hasDeletableChildren(Code)



m_id
protected String m_id(Code)



m_inDropbox
protected boolean m_inDropbox(Code)



m_inheritedAccess
protected String m_inheritedAccess(Code)



m_inheritedGroupRefs
protected SortedSet m_inheritedGroupRefs(Code)



m_inheritsHighlight
protected boolean m_inheritsHighlight(Code)



m_isAttached
protected boolean m_isAttached(Code)



m_isCopied
protected boolean m_isCopied(Code)



m_isEmpty
protected boolean m_isEmpty(Code)



m_isHighlighted
protected boolean m_isHighlighted(Code)



m_isLocal
protected boolean m_isLocal(Code)



m_locked
protected boolean m_locked(Code)



m_members
protected List m_members(Code)



m_modifiedBy
protected String m_modifiedBy(Code)



m_modifiedTime
protected String m_modifiedTime(Code)



m_name
protected String m_name(Code)



m_oldInheritedGroups
protected Collection m_oldInheritedGroups(Code)



m_oldPossibleGroups
protected Collection m_oldPossibleGroups(Code)



m_pubview
protected boolean m_pubview(Code)



m_pubview_inherited
protected boolean m_pubview_inherited(Code)



m_pubview_possible
protected boolean m_pubview_possible(Code)



m_rights
protected BasicRightsAssignment m_rights(Code)



m_root
protected String m_root(Code)



m_size
protected String m_size(Code)



m_sortable
protected boolean m_sortable(Code)



m_target
protected String m_target(Code)



m_type
protected String m_type(Code)



m_url
protected String m_url(Code)



seqnum
protected static Integer seqnum(Code)




Constructor Detail
ResourcesBrowseItem
public ResourcesBrowseItem(String id, String name, String type)(Code)

Parameters:
  id -
Parameters:
  name -
Parameters:
  type -




Method Detail
addAllSiteGroups
public void addAllSiteGroups(Collection allSiteGroups)(Code)



addAllowedAddGroupRef
public void addAllowedAddGroupRef(String allowedAddGroupRef)(Code)



addAllowedRemoveGroupRef
public void addAllowedRemoveGroupRef(String allowedRemoveGroupRef)(Code)



addEntityGroupRef
public void addEntityGroupRef(String entityGroupRef)(Code)



addGroup
public void addGroup(String groupId)(Code)
Add a string reference identifying a Group to the list of groups that have access to this item.
Parameters:
  groupRef -



addGroup
public void addGroup(Group group)(Code)
Add a Group to the list of groups that have access to this item.
Parameters:
  group - The Group object to be added



addGroupRefToCollection
protected void addGroupRefToCollection(String groupRef, Collection collection)(Code)



addInheritedGroup
public void addInheritedGroup(String groupId)(Code)
Add a string reference identifying a Group to the list of groups that have access to this item.
Parameters:
  groupRef -



addInheritedGroupRef
public void addInheritedGroupRef(String inheritedGroupRef)(Code)



addMembers
public void addMembers(Collection members)(Code)

Parameters:
  members -



allowedAdd
public boolean allowedAdd(Group group)(Code)



allowedRemove
public boolean allowedRemove(Group group)(Code)



canAddFolder
public boolean canAddFolder()(Code)



canAddItem
public boolean canAddItem()(Code)



canCopy
public boolean canCopy()(Code)



canDelete
public boolean canDelete()(Code)



canRead
public boolean canRead()(Code)



canRevise
public boolean canRevise()(Code)



canSelect
public boolean canSelect()(Code)



canUpdate
public boolean canUpdate()(Code)
Returns the canUpdate.



clearGroups
public void clearGroups()(Code)
Remove all groups from the item.



clearInheritedGroups
public void clearInheritedGroups()(Code)
Remove all inherited groups from the item.



getAccess
public String getAccess()(Code)
Access the access mode for this item. The access mode.



getAllSiteGroups
public List getAllSiteGroups()(Code)



getAllowedAddGroupRefs
public SortedSet getAllowedAddGroupRefs()(Code)



getAllowedRemoveGroupRefs
public SortedSet getAllowedRemoveGroupRefs()(Code)



getContainer
public String getContainer()(Code)



getCreatedBy
public String getCreatedBy()(Code)



getCreatedTime
public String getCreatedTime()(Code)



getDepth
public int getDepth()(Code)



getEffectiveAccess
public String getEffectiveAccess()(Code)



getEffectiveGroups
public String getEffectiveGroups()(Code)



getEntityAccess
public String getEntityAccess()(Code)



getEntityGroupRefs
public SortedSet getEntityGroupRefs()(Code)



getGroupNames
public String getGroupNames()(Code)



getGroups
public List getGroups()(Code)
Access a list of Group objects that can access this item. Returns the groups.



getId
public String getId()(Code)



getInheritedAccess
public String getInheritedAccess()(Code)
Access the access mode for this item. The access mode.



getInheritedGroupRefs
public SortedSet getInheritedGroupRefs()(Code)



getInheritedGroups
public List getInheritedGroups()(Code)
Access a list of Group objects that can access this item. Returns the groups.



getItemNum
public String getItemNum()(Code)



getMembers
public List getMembers()(Code)



getModifiedBy
public String getModifiedBy()(Code)



getModifiedTime
public String getModifiedTime()(Code)



getName
public String getName()(Code)



getPossibleGroups
public Collection getPossibleGroups()(Code)



getRights
public BasicRightsAssignment getRights()(Code)
Returns the rights.



getRoot
public String getRoot()(Code)



getSize
public String getSize()(Code)



getTarget
public String getTarget()(Code)



getType
public String getType()(Code)



getUrl
public String getUrl()(Code)



hasCopyableChildren
public boolean hasCopyableChildren()(Code)
Returns the hasCopyableChildren.



hasCopyrightAlert
public boolean hasCopyrightAlert()(Code)



hasDeletableChildren
public boolean hasDeletableChildren()(Code)
Returns the hasDeletableChildren.



hasGroup
public boolean hasGroup(String groupRef)(Code)
Determine whether a group has access to this item.
Parameters:
  groupRef - The internal reference string that uniquely identifies the group. true if the group has access, false otherwise.



importGroupRefs
protected void importGroupRefs(Collection groupRefs, Collection collection)(Code)



inheritsGroup
public boolean inheritsGroup(String groupRef)(Code)
Determine whether a group has access to this item.
Parameters:
  groupRef - The internal reference string that uniquely identifies the group. true if the group has access, false otherwise.



inheritsHighlighted
public boolean inheritsHighlighted()(Code)



isAttached
public boolean isAttached()(Code)
Returns the isAttached.



isAvailable
public boolean isAvailable()(Code)



isCopied
public boolean isCopied()(Code)



isEmpty
public boolean isEmpty()(Code)



isFolder
public boolean isFolder()(Code)



isHighlighted
public boolean isHighlighted()(Code)



isInDropbox
public boolean isInDropbox()(Code)
Returns true if the item is in a dropbox (assuming it's been initialized correctly).



isInherited
public boolean isInherited(Group group)(Code)



isLocal
public boolean isLocal(Group group)(Code)



isLocal
public boolean isLocal()(Code)



isLocked
public boolean isLocked()(Code)



isMoved
public boolean isMoved()(Code)



isPossible
public boolean isPossible(Group group)(Code)



isPubview
public boolean isPubview()(Code)
Returns the pubview.



isPubviewInherited
public boolean isPubviewInherited()(Code)
Returns the pubviewset.



isPubviewPossible
public boolean isPubviewPossible()(Code)



isSortable
public boolean isSortable()(Code)



isTooBig
public boolean isTooBig()(Code)



seDeletableChildren
public void seDeletableChildren(boolean hasDeletableChildren)(Code)

Parameters:
  hasDeletableChildren - The hasDeletableChildren to set.



setAccess
public void setAccess(String access)(Code)
Set the access mode for this item.
Parameters:
  access -



setAllSiteGroups
public void setAllSiteGroups(Collection allSiteGroups)(Code)



setAllowedAddGroupRefs
public void setAllowedAddGroupRefs(Collection allowedAddGroupRefs)(Code)



setAllowedRemoveGroupRefs
public void setAllowedRemoveGroupRefs(Collection allowedRemoveGroupRefs)(Code)



setAttached
public void setAttached(boolean isAttached)(Code)

Parameters:
  isAttached - The isAttached to set.



setAvailable
public void setAvailable(boolean available)(Code)



setCanAddFolder
public void setCanAddFolder(boolean canAddFolder)(Code)

Parameters:
  b -



setCanAddItem
public void setCanAddItem(boolean canAddItem)(Code)

Parameters:
  canCreate -



setCanCopy
public void setCanCopy(boolean canCopy)(Code)

Parameters:
  canCopy -



setCanDelete
public void setCanDelete(boolean canDelete)(Code)

Parameters:
  canDelete -



setCanRead
public void setCanRead(boolean canRead)(Code)

Parameters:
  canRead -



setCanRevise
public void setCanRevise(boolean canRevise)(Code)

Parameters:
  canRevise -



setCanSelect
public void setCanSelect(boolean canSelect)(Code)



setCanUpdate
public void setCanUpdate(boolean canUpdate)(Code)

Parameters:
  canUpdate - The canUpdate to set.



setContainer
public void setContainer(String container)(Code)

Parameters:
  container -



setCopied
public void setCopied(boolean isCopied)(Code)

Parameters:
  isCopied -



setCopyableChildren
public void setCopyableChildren(boolean hasCopyableChildren)(Code)

Parameters:
  hasCopyableChildren - The hasCopyableChildren to set.



setCopyrightAlert
public void setCopyrightAlert(boolean copyrightAlert)(Code)

Parameters:
  copyrightAlert -



setCreatedBy
public void setCreatedBy(String creator)(Code)

Parameters:
  creator -



setCreatedTime
public void setCreatedTime(String time)(Code)

Parameters:
  time -



setDepth
public void setDepth(int depth)(Code)

Parameters:
  depth -



setEntityGroupRefs
public void setEntityGroupRefs(Collection entityGroupRefs)(Code)



setGroups
public void setGroups(Collection groups)(Code)
Replace the current list of groups with this list of Group objects representing the groups that have access to this item.
Parameters:
  groups - The groups to set.



setHighlighted
public void setHighlighted(boolean isHighlighted)(Code)



setInDropbox
public void setInDropbox(boolean inDropbox)(Code)

Parameters:
  inDropbox - The value for inDropbox to set.



setInheritedAccess
public void setInheritedAccess(String access)(Code)
Set the access mode for this item.
Parameters:
  access -



setInheritedGroupRefs
public void setInheritedGroupRefs(Collection inheritedGroupRefs)(Code)



setInheritedGroups
public void setInheritedGroups(Collection groups)(Code)
Replace the current list of groups with this list of Group objects representing the groups that have access to this item.
Parameters:
  groups - The groups to set.



setInheritsHighlight
public void setInheritsHighlight(boolean inheritsHighlight)(Code)



setIsEmpty
public void setIsEmpty(boolean isEmpty)(Code)

Parameters:
  isEmpty -



setIsLocal
public void setIsLocal(boolean isLocal)(Code)



setIsTooBig
public void setIsTooBig(boolean toobig)(Code)



setLocked
public void setLocked(boolean isLocked)(Code)



setModifiedBy
public void setModifiedBy(String modifier)(Code)

Parameters:
  modifier -



setModifiedTime
public void setModifiedTime(String time)(Code)

Parameters:
  time -



setMoved
public void setMoved(boolean isMoved)(Code)

Parameters:
  isCopied -



setName
public void setName(String name)(Code)

Parameters:
  name -



setPossibleGroups
public void setPossibleGroups(Collection groups)(Code)



setPubview
public void setPubview(boolean pubview)(Code)

Parameters:
  pubview - The pubview to set.



setPubviewInherited
public void setPubviewInherited(boolean pubviewset)(Code)

Parameters:
  pubviewset - The pubviewset to set.



setPubviewPossible
public void setPubviewPossible(boolean possible)(Code)

Parameters:
  pubview - The pubview to set.



setRights
public void setRights(BasicRightsAssignment rights)(Code)

Parameters:
  rights - The rights to set.



setRoot
public void setRoot(String root)(Code)

Parameters:
  root -



setSize
public void setSize(String size)(Code)

Parameters:
  size -



setSortable
public void setSortable(boolean sortable)(Code)



setTarget
public void setTarget(String target)(Code)

Parameters:
  target -



setUrl
public void setUrl(String url)(Code)

Parameters:
  url -



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.