@ProviderType
public class SCLicenseCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCLicense>, java.io.Externalizable
SCLicense,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
boolean |
active |
long |
licenseId |
java.lang.String |
name |
boolean |
openSource |
boolean |
recommended |
java.lang.String |
url |
| Constructor and Description |
|---|
SCLicenseCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portlet.softwarecatalog.model.SCLicense |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long licenseId
public java.lang.String name
public java.lang.String url
public boolean openSource
public boolean active
public boolean recommended
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portlet.softwarecatalog.model.SCLicense toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCLicense>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException