public class CountryCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Country>, java.io.Externalizable
Country,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
a2 |
java.lang.String |
a3 |
boolean |
active |
long |
countryId |
java.lang.String |
idd |
java.lang.String |
name |
java.lang.String |
number |
boolean |
zipRequired |
| Constructor and Description |
|---|
CountryCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portal.model.Country |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long countryId
public java.lang.String name
public java.lang.String a2
public java.lang.String a3
public java.lang.String number
public java.lang.String idd
public boolean zipRequired
public boolean active
public java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portal.model.Country toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Country>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