@ProviderType public class ExpandoColumnCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoColumn>, Externalizable
ExpandoColumn,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
columnId |
long |
companyId |
String |
defaultData |
String |
name |
long |
tableId |
int |
type |
String |
typeSettings |
| Constructor and Description |
|---|
ExpandoColumnCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.expando.kernel.model.ExpandoColumn |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long columnId
public long companyId
public long tableId
public String name
public int type
public String defaultData
public String typeSettings
public com.liferay.expando.kernel.model.ExpandoColumn toEntityModel()
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoColumn>public void readExternal(ObjectInput objectInput) throws IOException
readExternal in interface ExternalizableIOExceptionpublic void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal in interface ExternalizableIOException