com.liferay.portlet.messageboards.model.impl
Class MBMailingListCacheModel
java.lang.Object
com.liferay.portlet.messageboards.model.impl.MBMailingListCacheModel
- All Implemented Interfaces:
- CacheModel<MBMailingList>, Externalizable, Serializable
public class MBMailingListCacheModel
- extends Object
- implements CacheModel<MBMailingList>, Externalizable
The cache model class for representing MBMailingList in entity cache.
- See Also:
MBMailingList
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
uuid
public String uuid
mailingListId
public long mailingListId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
userName
public String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
categoryId
public long categoryId
emailAddress
public String emailAddress
inProtocol
public String inProtocol
inServerName
public String inServerName
inServerPort
public int inServerPort
inUseSSL
public boolean inUseSSL
inUserName
public String inUserName
inPassword
public String inPassword
inReadInterval
public int inReadInterval
outEmailAddress
public String outEmailAddress
outCustom
public boolean outCustom
outServerName
public String outServerName
outServerPort
public int outServerPort
outUseSSL
public boolean outUseSSL
outUserName
public String outUserName
outPassword
public String outPassword
allowAnonymous
public boolean allowAnonymous
active
public boolean active
MBMailingListCacheModel
public MBMailingListCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public MBMailingList toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<MBMailingList>
readExternal
public void readExternal(ObjectInput objectInput)
throws IOException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException