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

BasicRightsAssignment
public class BasicRightsAssignment (Code)
BasicRightsAssignment can be used to represent a copyright or CreativeCommons designation for a resource. It can be serialized as XML and recreated. It can be rendered through a Velocity macro or a JSF widget. TAG KEY KEYLIST LABEL

Inner Class :public class RightsChoice
Inner Class :public class RightsOption

Field Summary
final protected static  StringDELIM
    
final protected static  StringFIELD_COMMERCIAL_USE
    
final protected static  StringFIELD_DONE
    
final protected static  StringFIELD_INFO
    
final protected static  StringFIELD_MODIFICATIONS
    
final protected static  StringFIELD_MORE_INFO
    
final protected static  StringFIELD_MY_CR_OWNER
    
final protected static  StringFIELD_MY_CR_YEAR
    
final protected static  StringFIELD_OFFER
    
final protected static  StringFIELD_OTHER_COMMERCIAL_USE
    
final protected static  StringFIELD_OTHER_CR_OWNER
    
final protected static  StringFIELD_OTHER_CR_YEAR
    
final protected static  StringFIELD_OTHER_MODIFICATIONS
    
final protected static  StringFIELD_OTHER_OFFER
    
final protected static  StringFIELD_TERMS
    
final protected static  StringFIELD_TITLE
    
final protected static  String[]KEYLIST_TERMS
    
final protected static  StringKEY_CREATE_CC
    
final protected static  StringKEY_CREATE_PD
    
final protected static  StringKEY_CREATIVE_COMMONS
    
final protected static  StringKEY_FAIR_USE
    
final protected static  StringKEY_LABEL
    
final protected static  StringKEY_MY_COPYRIGHT
    
final protected static  StringKEY_NO
    
final protected static  StringKEY_OTHER_COPYRIGHT
    
final protected static  StringKEY_PUBLIC_DOMAIN
    
final protected static  StringKEY_SHARE_ALIKE
    
final protected static  StringKEY_YES
    
final protected static  StringPD_URL
    
final protected static  StringRENDER_AS_CHECKBOX
    
final protected static  StringRENDER_AS_CHECKBOXES
    
final protected static  StringRENDER_AS_DATE_INPUT
    
final protected static  StringRENDER_AS_RADIO_BUTTONS
    
final protected static  StringRENDER_AS_SELECT
    
final protected static  StringRENDER_AS_TEXTAREA
    
final protected static  StringRENDER_AS_TEXT_INPUT
    
final protected static  StringUSING_CREATIVE_COMMONS
    
protected  StringccCommercialUse
    
protected  StringccModifications
    
protected  StringmyCopyrightOwner
    
protected  StringmyCopyrightYear
    
protected  Stringname
    
protected  Stringoffer
    
protected  StringotherCommercialUse
    
protected  StringotherCopyrightOwner
    
protected  StringotherCopyrightYear
    
protected  StringotherModifications
    
protected  Stringterms
    
protected  String[]user
    
protected  booleanusingCreativeCommons
    

Constructor Summary
public  BasicRightsAssignment(String name, boolean usingCreativeCommons)
     Construct
Parameters:
  name - A name for this instance that can be used as a unique identifier in rendering a set of form fields to input values for this object.
public  BasicRightsAssignment(Element el)
     Construct from info in XML in a DOM element.
public  BasicRightsAssignment(String name, ResourceProperties properties)
     Construct from info in ResourceProperties.

Method Summary
public  voidaddResourceProperties(ResourcePropertiesEdit properties)
     .
public  voidcaptureValues(ParameterParser params)
     Retrieve values for the rights assignment from a Velocity context.
public  StringgetCcCommercialUse()
    
public  StringgetCcModifications()
    
public  StringgetDefaultCopyrightOwner()
     Access the current user's display name.
public  StringgetDefaultCopyrightYear()
     Returns the current year.
public  StringgetFieldNameCommercialUse()
    
public  StringgetFieldNameModifications()
    
public  StringgetFieldNameMyCopyrightOwner()
     Returns the field name for the copyright "owner" element.
public  StringgetFieldNameMyCopyrightYear()
     Returns the field name for the copyright "year" element.
public  StringgetFieldNameOffer()
     Returns the field name for the copyright "year" element.
public  StringgetFieldNameOtherCommercialUse()
    
public  StringgetFieldNameOtherCopyrightOwner()
     Returns the field name for the copyright "owner" element.
public  StringgetFieldNameOtherCopyrightYear()
     Returns the field name for the copyright "year" element.
public  StringgetFieldNameOtherModifications()
    
public  StringgetFieldNameTerms()
     Returns the field name for the "terms" element.
public  StringgetInfoCreativeCommons()
    
public  StringgetInfoMyCopyright()
    
public  StringgetInfoOtherCopyright()
    
public  StringgetInfoPublicDomain()
    
public  StringgetKeyCreativeCommons()
    
public  StringgetKeyFairUse()
    
public  StringgetKeyMyCopyright()
    
public  StringgetKeyNewCreativeCommons()
    
public  StringgetKeyNewPublicDomain()
    
public  StringgetKeyNo()
    
public  StringgetKeyOtherCopyright()
    
public  StringgetKeyPublicDomain()
    
public  StringgetKeyShareAlike()
    
public  StringgetKeyYes()
    
public  ListgetKeylistTerms()
    
protected  ListgetKeys(String[] array)
     Return a list of keys.
public  StringgetLabelCommercialUse()
    
public  StringgetLabelCommercialUseNo()
    
public  StringgetLabelCommercialUseYes()
    
public  StringgetLabelDone()
    
public  StringgetLabelFairUse()
    
public  StringgetLabelModifications()
    
public  StringgetLabelModificationsNo()
    
public  StringgetLabelModificationsShareAlike()
    
public  StringgetLabelModificationsYes()
    
public  StringgetLabelMoreInfo()
    
public  StringgetLabelMyCopyrightOwner()
    
public  StringgetLabelMyCopyrightYear()
    
public  StringgetLabelNewCreativeCommons()
    
public  StringgetLabelNewPublicDomain()
    
public  StringgetLabelOtherCommercialUse()
    
public  StringgetLabelOtherCommercialUseNo()
    
public  StringgetLabelOtherCommercialUseYes()
    
public  StringgetLabelOtherCopyrightOwner()
    
public  StringgetLabelOtherCopyrightYear()
    
public  StringgetLabelOtherModifications()
    
public  StringgetLabelOtherModificationsNo()
    
public  StringgetLabelOtherModificationsShareAlike()
    
public  StringgetLabelOtherModificationsYes()
    
public  StringgetLabelTerms()
    
protected  ListgetLabels(String[] array)
    
public  StringgetMyCopyrightOwner()
    
public  StringgetMyCopyrightYear()
    
public  StringgetName()
    
public  StringgetOffer()
    
public  StringgetOtherCommercialUse()
    
public  StringgetOtherCopyrightOwner()
    
public  StringgetOtherCopyrightYear()
    
public  StringgetOtherModifications()
    
public  StringgetString(String key)
     Access a string from the resource bundle identified by a key.
public  StringgetString(String category, String item)
     Access a string from the resource bundle identified by a key.
public  String[]getStrings(String key)
    
public  StringgetTerms()
    
public  StringgetTitleCreativeCommons()
    
public  StringgetTitleMyCopyright()
    
public  StringgetTitleOtherCopyright()
    
public  StringgetTitlePublicDomain()
    
public  booleangetUsingCreativeCommons()
    
public  voidsetCcCommercialUse(String ccCommercialUse)
    
public  voidsetCcModifications(String ccModifications)
    
public  voidsetMyCopyrightOwner(String copyrightOwner)
    
public  voidsetMyCopyrightYear(String copyrightYear)
    
public  voidsetName(String name)
    
public  voidsetOffer(String offer)
    
public  voidsetOtherCommercialUse(String otherCommercialUse)
    
public  voidsetOtherCopyrightOwner(String otherCopyrightOwner)
    
public  voidsetOtherCopyrightYear(String otherCopyrightYear)
    
public  voidsetOtherModifications(String otherModifications)
    
public  voidsetTerms(String terms)
    
public  voidsetUsingCreativeCommons(boolean usingCreativeCommons)
    
public  ElementtoXml(Document doc, Stack stack)
     Serialize the rights-assignment into XML, adding an element to the doc under the top of the stack element.
Parameters:
  doc - The DOM doc to contain the XML (or null for a string return).
Parameters:
  stack - The DOM elements, the top of which is the containing element of the new "rightsAssignment" element.

Field Detail
DELIM
final protected static String DELIM(Code)



FIELD_COMMERCIAL_USE
final protected static String FIELD_COMMERCIAL_USE(Code)



FIELD_DONE
final protected static String FIELD_DONE(Code)



FIELD_INFO
final protected static String FIELD_INFO(Code)



FIELD_MODIFICATIONS
final protected static String FIELD_MODIFICATIONS(Code)



FIELD_MORE_INFO
final protected static String FIELD_MORE_INFO(Code)



FIELD_MY_CR_OWNER
final protected static String FIELD_MY_CR_OWNER(Code)



FIELD_MY_CR_YEAR
final protected static String FIELD_MY_CR_YEAR(Code)



FIELD_OFFER
final protected static String FIELD_OFFER(Code)



FIELD_OTHER_COMMERCIAL_USE
final protected static String FIELD_OTHER_COMMERCIAL_USE(Code)



FIELD_OTHER_CR_OWNER
final protected static String FIELD_OTHER_CR_OWNER(Code)



FIELD_OTHER_CR_YEAR
final protected static String FIELD_OTHER_CR_YEAR(Code)



FIELD_OTHER_MODIFICATIONS
final protected static String FIELD_OTHER_MODIFICATIONS(Code)



FIELD_OTHER_OFFER
final protected static String FIELD_OTHER_OFFER(Code)



FIELD_TERMS
final protected static String FIELD_TERMS(Code)



FIELD_TITLE
final protected static String FIELD_TITLE(Code)



KEYLIST_TERMS
final protected static String[] KEYLIST_TERMS(Code)



KEY_CREATE_CC
final protected static String KEY_CREATE_CC(Code)



KEY_CREATE_PD
final protected static String KEY_CREATE_PD(Code)



KEY_CREATIVE_COMMONS
final protected static String KEY_CREATIVE_COMMONS(Code)



KEY_FAIR_USE
final protected static String KEY_FAIR_USE(Code)



KEY_LABEL
final protected static String KEY_LABEL(Code)



KEY_MY_COPYRIGHT
final protected static String KEY_MY_COPYRIGHT(Code)



KEY_NO
final protected static String KEY_NO(Code)



KEY_OTHER_COPYRIGHT
final protected static String KEY_OTHER_COPYRIGHT(Code)



KEY_PUBLIC_DOMAIN
final protected static String KEY_PUBLIC_DOMAIN(Code)



KEY_SHARE_ALIKE
final protected static String KEY_SHARE_ALIKE(Code)



KEY_YES
final protected static String KEY_YES(Code)



PD_URL
final protected static String PD_URL(Code)



RENDER_AS_CHECKBOX
final protected static String RENDER_AS_CHECKBOX(Code)



RENDER_AS_CHECKBOXES
final protected static String RENDER_AS_CHECKBOXES(Code)



RENDER_AS_DATE_INPUT
final protected static String RENDER_AS_DATE_INPUT(Code)



RENDER_AS_RADIO_BUTTONS
final protected static String RENDER_AS_RADIO_BUTTONS(Code)



RENDER_AS_SELECT
final protected static String RENDER_AS_SELECT(Code)



RENDER_AS_TEXTAREA
final protected static String RENDER_AS_TEXTAREA(Code)



RENDER_AS_TEXT_INPUT
final protected static String RENDER_AS_TEXT_INPUT(Code)



USING_CREATIVE_COMMONS
final protected static String USING_CREATIVE_COMMONS(Code)



ccCommercialUse
protected String ccCommercialUse(Code)



ccModifications
protected String ccModifications(Code)



myCopyrightOwner
protected String myCopyrightOwner(Code)
Member variable representing the name of the copyright holder (copyright holder is this user)



myCopyrightYear
protected String myCopyrightYear(Code)
Member variable representing the year of the copyright (copyright holder is this user)



name
protected String name(Code)
A unique identifier that can be used in form fields to distinguish this rights obj from others in the same form



offer
protected String offer(Code)
Member variable representing user's secondary choice of how their work is offered to users (full copyright, new CC license, new PD dedication)



otherCommercialUse
protected String otherCommercialUse(Code)



otherCopyrightOwner
protected String otherCopyrightOwner(Code)
Member variable representing the name of the copyright holder (copyright holder is NOT this user)



otherCopyrightYear
protected String otherCopyrightYear(Code)
Member variable representing the year of the copyright (copyright holder is NOT this user)



otherModifications
protected String otherModifications(Code)



terms
protected String terms(Code)
Member variable representing the status of IP rights for this work (user's copyright, someone else's copyright, existing CC license or existing PD status)



user
protected String[] user(Code)



usingCreativeCommons
protected boolean usingCreativeCommons(Code)
Member variable representing whether we using the new Creative Commons dialog or the old Sakai Copyright dialog




Constructor Detail
BasicRightsAssignment
public BasicRightsAssignment(String name, boolean usingCreativeCommons)(Code)
Construct
Parameters:
  name - A name for this instance that can be used as a unique identifier in rendering a set of form fields to input values for this object. Should not contain characters that are not valid in id's and names of htmlform-input elements.
Parameters:
  usingCreativeCommons - true if the Creative Commons License should be shown as an option.



BasicRightsAssignment
public BasicRightsAssignment(Element el)(Code)
Construct from info in XML in a DOM element.
Parameters:
  el - The XML DOM element.



BasicRightsAssignment
public BasicRightsAssignment(String name, ResourceProperties properties)(Code)
Construct from info in ResourceProperties.
Parameters:
  properties -




Method Detail
addResourceProperties
public void addResourceProperties(ResourcePropertiesEdit properties)(Code)
.
Parameters:
  properties -



captureValues
public void captureValues(ParameterParser params)(Code)
Retrieve values for the rights assignment from a Velocity context.
Parameters:
  params -



getCcCommercialUse
public String getCcCommercialUse()(Code)
Returns the ccCommercialUse.



getCcModifications
public String getCcModifications()(Code)
Returns the ccModifications.



getDefaultCopyrightOwner
public String getDefaultCopyrightOwner()(Code)
Access the current user's display name.



getDefaultCopyrightYear
public String getDefaultCopyrightYear()(Code)
Returns the current year.



getFieldNameCommercialUse
public String getFieldNameCommercialUse()(Code)



getFieldNameModifications
public String getFieldNameModifications()(Code)



getFieldNameMyCopyrightOwner
public String getFieldNameMyCopyrightOwner()(Code)
Returns the field name for the copyright "owner" element.



getFieldNameMyCopyrightYear
public String getFieldNameMyCopyrightYear()(Code)
Returns the field name for the copyright "year" element.



getFieldNameOffer
public String getFieldNameOffer()(Code)
Returns the field name for the copyright "year" element.



getFieldNameOtherCommercialUse
public String getFieldNameOtherCommercialUse()(Code)



getFieldNameOtherCopyrightOwner
public String getFieldNameOtherCopyrightOwner()(Code)
Returns the field name for the copyright "owner" element.



getFieldNameOtherCopyrightYear
public String getFieldNameOtherCopyrightYear()(Code)
Returns the field name for the copyright "year" element.



getFieldNameOtherModifications
public String getFieldNameOtherModifications()(Code)



getFieldNameTerms
public String getFieldNameTerms()(Code)
Returns the field name for the "terms" element.



getInfoCreativeCommons
public String getInfoCreativeCommons()(Code)



getInfoMyCopyright
public String getInfoMyCopyright()(Code)



getInfoOtherCopyright
public String getInfoOtherCopyright()(Code)



getInfoPublicDomain
public String getInfoPublicDomain()(Code)



getKeyCreativeCommons
public String getKeyCreativeCommons()(Code)



getKeyFairUse
public String getKeyFairUse()(Code)



getKeyMyCopyright
public String getKeyMyCopyright()(Code)



getKeyNewCreativeCommons
public String getKeyNewCreativeCommons()(Code)



getKeyNewPublicDomain
public String getKeyNewPublicDomain()(Code)



getKeyNo
public String getKeyNo()(Code)



getKeyOtherCopyright
public String getKeyOtherCopyright()(Code)



getKeyPublicDomain
public String getKeyPublicDomain()(Code)



getKeyShareAlike
public String getKeyShareAlike()(Code)



getKeyYes
public String getKeyYes()(Code)



getKeylistTerms
public List getKeylistTerms()(Code)



getKeys
protected List getKeys(String[] array)(Code)
Return a list of keys.
Parameters:
  array - An array of strings containing the keys.



getLabelCommercialUse
public String getLabelCommercialUse()(Code)



getLabelCommercialUseNo
public String getLabelCommercialUseNo()(Code)



getLabelCommercialUseYes
public String getLabelCommercialUseYes()(Code)



getLabelDone
public String getLabelDone()(Code)



getLabelFairUse
public String getLabelFairUse()(Code)



getLabelModifications
public String getLabelModifications()(Code)



getLabelModificationsNo
public String getLabelModificationsNo()(Code)



getLabelModificationsShareAlike
public String getLabelModificationsShareAlike()(Code)



getLabelModificationsYes
public String getLabelModificationsYes()(Code)



getLabelMoreInfo
public String getLabelMoreInfo()(Code)



getLabelMyCopyrightOwner
public String getLabelMyCopyrightOwner()(Code)



getLabelMyCopyrightYear
public String getLabelMyCopyrightYear()(Code)



getLabelNewCreativeCommons
public String getLabelNewCreativeCommons()(Code)



getLabelNewPublicDomain
public String getLabelNewPublicDomain()(Code)



getLabelOtherCommercialUse
public String getLabelOtherCommercialUse()(Code)



getLabelOtherCommercialUseNo
public String getLabelOtherCommercialUseNo()(Code)



getLabelOtherCommercialUseYes
public String getLabelOtherCommercialUseYes()(Code)



getLabelOtherCopyrightOwner
public String getLabelOtherCopyrightOwner()(Code)



getLabelOtherCopyrightYear
public String getLabelOtherCopyrightYear()(Code)



getLabelOtherModifications
public String getLabelOtherModifications()(Code)



getLabelOtherModificationsNo
public String getLabelOtherModificationsNo()(Code)



getLabelOtherModificationsShareAlike
public String getLabelOtherModificationsShareAlike()(Code)



getLabelOtherModificationsYes
public String getLabelOtherModificationsYes()(Code)



getLabelTerms
public String getLabelTerms()(Code)



getLabels
protected List getLabels(String[] array)(Code)



getMyCopyrightOwner
public String getMyCopyrightOwner()(Code)
Returns the copyrightOwner.



getMyCopyrightYear
public String getMyCopyrightYear()(Code)
Returns the copyrightYear.



getName
public String getName()(Code)
Returns the name.



getOffer
public String getOffer()(Code)
Returns the offer.



getOtherCommercialUse
public String getOtherCommercialUse()(Code)
Returns the ccCommercialUse.



getOtherCopyrightOwner
public String getOtherCopyrightOwner()(Code)
Returns the otherCopyrightOwner.



getOtherCopyrightYear
public String getOtherCopyrightYear()(Code)
Returns the otherCopyrightYear.



getOtherModifications
public String getOtherModifications()(Code)
Returns the ccModifications.



getString
public String getString(String key)(Code)
Access a string from the resource bundle identified by a key.
Parameters:
  key -



getString
public String getString(String category, String item)(Code)
Access a string from the resource bundle identified by a key.
Parameters:
  key -



getStrings
public String[] getStrings(String key)(Code)

Parameters:
  key -



getTerms
public String getTerms()(Code)
Returns the terms.



getTitleCreativeCommons
public String getTitleCreativeCommons()(Code)



getTitleMyCopyright
public String getTitleMyCopyright()(Code)



getTitleOtherCopyright
public String getTitleOtherCopyright()(Code)



getTitlePublicDomain
public String getTitlePublicDomain()(Code)



getUsingCreativeCommons
public boolean getUsingCreativeCommons()(Code)
Returns the usingCreativeCommons.



setCcCommercialUse
public void setCcCommercialUse(String ccCommercialUse)(Code)

Parameters:
  ccCommercialUse - The ccCommercialUse to set.



setCcModifications
public void setCcModifications(String ccModifications)(Code)

Parameters:
  ccModifications - The ccModifications to set.



setMyCopyrightOwner
public void setMyCopyrightOwner(String copyrightOwner)(Code)

Parameters:
  copyrightOwner - The copyrightOwner to set.



setMyCopyrightYear
public void setMyCopyrightYear(String copyrightYear)(Code)

Parameters:
  copyrightYear - The copyrightYear to set.



setName
public void setName(String name)(Code)

Parameters:
  name - The name to set.



setOffer
public void setOffer(String offer)(Code)

Parameters:
  offer - The offer to set.



setOtherCommercialUse
public void setOtherCommercialUse(String otherCommercialUse)(Code)

Parameters:
  ccCommercialUse - The ccCommercialUse to set.



setOtherCopyrightOwner
public void setOtherCopyrightOwner(String otherCopyrightOwner)(Code)

Parameters:
  otherCopyrightOwner - The otherCopyrightOwner to set.



setOtherCopyrightYear
public void setOtherCopyrightYear(String otherCopyrightYear)(Code)

Parameters:
  otherCopyrightYear - The otherCopyrightYear to set.



setOtherModifications
public void setOtherModifications(String otherModifications)(Code)

Parameters:
  otherModifications - The otherModifications to set.



setTerms
public void setTerms(String terms)(Code)

Parameters:
  terms - The terms to set.



setUsingCreativeCommons
public void setUsingCreativeCommons(boolean usingCreativeCommons)(Code)

Parameters:
  usingCreativeCommons - The usingCreativeCommons to set.



toXml
public Element toXml(Document doc, Stack stack)(Code)
Serialize the rights-assignment into XML, adding an element to the doc under the top of the stack element.
Parameters:
  doc - The DOM doc to contain the XML (or null for a string return).
Parameters:
  stack - The DOM elements, the top of which is the containing element of the new "rightsAssignment" element. The newly added element.



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.