Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.plugin
Class License

java.lang.Object
  extended by com.liferay.portal.kernel.plugin.License
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
License

public class License
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static Accessor<License,String> NAME_ACCESSOR
           
 
Constructor Summary
License()
           
 
Method Summary
 String getName()
           
 String getUrl()
           
 boolean isOsiApproved()
           
 void setName(String name)
           
 void setOsiApproved(boolean osiApproved)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_ACCESSOR

public static final Accessor<License,String> NAME_ACCESSOR
Constructor Detail

License

public License()
Method Detail

getName

public String getName()

getUrl

public String getUrl()

isOsiApproved

public boolean isOsiApproved()

setName

public void setName(String name)

setOsiApproved

public void setOsiApproved(boolean osiApproved)

setUrl

public void setUrl(String url)

Liferay 6.1.2-ce-ga3