com.liferay.portal.kernel.plugin
Class License
java.lang.Object
com.liferay.portal.kernel.plugin.License
- All Implemented Interfaces:
- java.io.Serializable
public class License
- extends java.lang.Object
- implements java.io.Serializable
View Source
- Author:
- Jorge Ferrer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
License
public License()
getName
public java.lang.String getName()
getUrl
public java.lang.String getUrl()
isOsiApproved
public boolean isOsiApproved()
setName
public void setName(java.lang.String name)
setOsiApproved
public void setOsiApproved(boolean osiApproved)
setUrl
public void setUrl(java.lang.String url)