|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JournalArticleImageModel
The base model interface for the JournalArticleImage service. Represents a row in the "JournalArticleImage" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation JournalArticleImageModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in JournalArticleImageImpl
.
Never modify or reference this interface directly. All methods that expect a journal article image model instance should use the JournalArticleImage
interface instead.
JournalArticleImage
,
JournalArticleImageImpl
,
JournalArticleImageModelImpl
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(JournalArticleImage journalArticleImage)
|
String |
getArticleId()
Gets the article id of this journal article image. |
long |
getArticleImageId()
Gets the article image id of this journal article image. |
String |
getElInstanceId()
Gets the el instance id of this journal article image. |
String |
getElName()
Gets the el name of this journal article image. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this journal article image. |
String |
getLanguageId()
Gets the language id of this journal article image. |
long |
getPrimaryKey()
Gets the primary key of this journal article image. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
boolean |
getTempImage()
Gets the temp image of this journal article image. |
double |
getVersion()
Gets the version of this journal article image. |
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isTempImage()
Determines whether this journal article image is temp image. |
void |
setArticleId(String articleId)
Sets the article id of this journal article image. |
void |
setArticleImageId(long articleImageId)
Sets the article image id of this journal article image. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setElInstanceId(String elInstanceId)
Sets the el instance id of this journal article image. |
void |
setElName(String elName)
Sets the el name of this journal article image. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group id of this journal article image. |
void |
setLanguageId(String languageId)
Sets the language id of this journal article image. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
Sets the primary key of this journal article image |
void |
setTempImage(boolean tempImage)
Sets whether this {$entity.humanName} is temp image. |
void |
setVersion(double version)
Sets the version of this journal article image. |
JournalArticleImage |
toEscapedModel()
Gets a copy of this journal article image as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
Method Detail |
---|
long getPrimaryKey()
void setPrimaryKey(long pk)
pk
- the primary key of this journal article imagelong getArticleImageId()
void setArticleImageId(long articleImageId)
articleImageId
- the article image id of this journal article imagelong getGroupId()
void setGroupId(long groupId)
groupId
- the group id of this journal article image@AutoEscape String getArticleId()
void setArticleId(String articleId)
articleId
- the article id of this journal article imagedouble getVersion()
void setVersion(double version)
version
- the version of this journal article image@AutoEscape String getElInstanceId()
void setElInstanceId(String elInstanceId)
elInstanceId
- the el instance id of this journal article image@AutoEscape String getElName()
void setElName(String elName)
elName
- the el name of this journal article image@AutoEscape String getLanguageId()
void setLanguageId(String languageId)
languageId
- the language id of this journal article imageboolean getTempImage()
boolean isTempImage()
void setTempImage(boolean tempImage)
tempImage
- the temp image of this journal article imageJournalArticleImage toEscapedModel()
AutoEscapeBeanHandler
.
AutoEscapeBeanHandler
boolean isNew()
BaseModel
isNew
in interface BaseModel<JournalArticleImage>
true
if this model instance does not yet exist in
the database; false
otherwisevoid setNew(boolean n)
BaseModel
setNew
in interface BaseModel<JournalArticleImage>
n
- whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel
in interface BaseModel<JournalArticleImage>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<JournalArticleImage>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
boolean isEscapedModel()
BaseModel
isEscapedModel
in interface BaseModel<JournalArticleImage>
true
if this model instance is escaped;
false
otherwiseBaseModel.setEscapedModel(boolean)
void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel
method. For example,
UserModel.toEscapedModel()
.
setEscapedModel
in interface BaseModel<JournalArticleImage>
escapedModel
- whether this model instance is escapedAutoEscapeBeanHandler
Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<JournalArticleImage>
ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<JournalArticleImage>
void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<JournalArticleImage>
serviceContext
- the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
Object clone()
BaseModel
clone
in interface BaseModel<JournalArticleImage>
int compareTo(JournalArticleImage journalArticleImage)
compareTo
in interface Comparable<JournalArticleImage>
int hashCode()
hashCode
in class Object
String toString()
toString
in class Object
String toXmlString()
BaseModel
toXmlString
in interface BaseModel<JournalArticleImage>
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |