public class AHOrgClp extends com.liferay.portal.model.impl.BaseModelImpl<AHOrg> implements AHOrg
Constructor and Description |
---|
AHOrgClp() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compareTo(AHOrg ahOrg) |
boolean |
equals(Object obj) |
long |
getAddressId()
Returns the address ID of this a h org.
|
com.liferay.portal.model.BaseModel<?> |
getAHOrgRemoteModel() |
Class<?> |
getClpSerializerClass() |
long |
getContactId()
Returns the contact ID of this a h org.
|
long |
getCreated()
Returns the created of this a h org.
|
String |
getDescription()
Returns the description of this a h org.
|
String |
getHolder()
Returns the holder of this a h org.
|
String |
getLegalStatus()
Returns the legal status of this a h org.
|
String |
getLogoLocation()
Returns the logo location of this a h org.
|
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
String |
getName()
Returns the name of this a h org.
|
long |
getOrgId()
Returns the org ID of this a h org.
|
String |
getOwner()
Returns the owner of this a h org.
|
long |
getPrimaryKey()
Returns the primary key of this a h org.
|
Serializable |
getPrimaryKeyObj() |
int |
getStatus()
Returns the status of this a h org.
|
long |
getUpdated()
Returns the updated of this a h org.
|
String |
getUserlist()
Returns the userlist of this a h org.
|
int |
hashCode() |
Object |
invokeOnRemoteModel(String methodName,
Class<?>[] parameterTypes,
Object[] parameterValues) |
void |
persist() |
void |
setAddressId(long addressId)
Sets the address ID of this a h org.
|
void |
setAHOrgRemoteModel(com.liferay.portal.model.BaseModel<?> ahOrgRemoteModel) |
void |
setContactId(long contactId)
Sets the contact ID of this a h org.
|
void |
setCreated(long created)
Sets the created of this a h org.
|
void |
setDescription(String description)
Sets the description of this a h org.
|
void |
setHolder(String holder)
Sets the holder of this a h org.
|
void |
setLegalStatus(String legalStatus)
Sets the legal status of this a h org.
|
void |
setLogoLocation(String logoLocation)
Sets the logo location of this a h org.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setName(String name)
Sets the name of this a h org.
|
void |
setOrgId(long orgId)
Sets the org ID of this a h org.
|
void |
setOwner(String owner)
Sets the owner of this a h org.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this a h org.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setStatus(int status)
Sets the status of this a h org.
|
void |
setUpdated(long updated)
Sets the updated of this a h org.
|
void |
setUserlist(String userlist)
Sets the userlist of this a h org.
|
AHOrg |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toCacheModel, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toCacheModel, toUnescapedModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.model.ClassedModel
public long getPrimaryKey()
AHOrgModel
getPrimaryKey
in interface AHOrgModel
public void setPrimaryKey(long primaryKey)
AHOrgModel
setPrimaryKey
in interface AHOrgModel
primaryKey
- the primary key of this a h orgpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.model.BaseModel<AHOrg>
getPrimaryKeyObj
in interface com.liferay.portal.model.ClassedModel
getPrimaryKeyObj
in interface AHOrgModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.model.BaseModel<AHOrg>
setPrimaryKeyObj
in interface com.liferay.portal.model.ClassedModel
setPrimaryKeyObj
in interface AHOrgModel
public long getOrgId()
AHOrgModel
getOrgId
in interface AHOrgModel
public void setOrgId(long orgId)
AHOrgModel
setOrgId
in interface AHOrgModel
orgId
- the org ID of this a h orgpublic String getName()
AHOrgModel
getName
in interface AHOrgModel
public void setName(String name)
AHOrgModel
setName
in interface AHOrgModel
name
- the name of this a h orgpublic String getHolder()
AHOrgModel
getHolder
in interface AHOrgModel
public void setHolder(String holder)
AHOrgModel
setHolder
in interface AHOrgModel
holder
- the holder of this a h orgpublic String getOwner()
AHOrgModel
getOwner
in interface AHOrgModel
public void setOwner(String owner)
AHOrgModel
setOwner
in interface AHOrgModel
owner
- the owner of this a h orgpublic String getUserlist()
AHOrgModel
getUserlist
in interface AHOrgModel
public void setUserlist(String userlist)
AHOrgModel
setUserlist
in interface AHOrgModel
userlist
- the userlist of this a h orgpublic String getDescription()
AHOrgModel
getDescription
in interface AHOrgModel
public void setDescription(String description)
AHOrgModel
setDescription
in interface AHOrgModel
description
- the description of this a h orgpublic String getLegalStatus()
AHOrgModel
getLegalStatus
in interface AHOrgModel
public void setLegalStatus(String legalStatus)
AHOrgModel
setLegalStatus
in interface AHOrgModel
legalStatus
- the legal status of this a h orgpublic long getCreated()
AHOrgModel
getCreated
in interface AHOrgModel
public void setCreated(long created)
AHOrgModel
setCreated
in interface AHOrgModel
created
- the created of this a h orgpublic long getUpdated()
AHOrgModel
getUpdated
in interface AHOrgModel
public void setUpdated(long updated)
AHOrgModel
setUpdated
in interface AHOrgModel
updated
- the updated of this a h orgpublic long getContactId()
AHOrgModel
getContactId
in interface AHOrgModel
public void setContactId(long contactId)
AHOrgModel
setContactId
in interface AHOrgModel
contactId
- the contact ID of this a h orgpublic long getAddressId()
AHOrgModel
getAddressId
in interface AHOrgModel
public void setAddressId(long addressId)
AHOrgModel
setAddressId
in interface AHOrgModel
addressId
- the address ID of this a h orgpublic int getStatus()
AHOrgModel
getStatus
in interface AHOrgModel
public void setStatus(int status)
AHOrgModel
setStatus
in interface AHOrgModel
status
- the status of this a h orgpublic String getLogoLocation()
AHOrgModel
getLogoLocation
in interface AHOrgModel
public void setLogoLocation(String logoLocation)
AHOrgModel
setLogoLocation
in interface AHOrgModel
logoLocation
- the logo location of this a h orgpublic com.liferay.portal.model.BaseModel<?> getAHOrgRemoteModel()
public void setAHOrgRemoteModel(com.liferay.portal.model.BaseModel<?> ahOrgRemoteModel)
public Object invokeOnRemoteModel(String methodName, Class<?>[] parameterTypes, Object[] parameterValues) throws Exception
Exception
public void persist() throws com.liferay.portal.kernel.exception.SystemException
persist
in interface com.liferay.portal.model.PersistedModel
com.liferay.portal.kernel.exception.SystemException
public AHOrg toEscapedModel()
toEscapedModel
in interface com.liferay.portal.model.BaseModel<AHOrg>
toEscapedModel
in interface AHOrgModel
toEscapedModel
in class com.liferay.portal.model.impl.BaseModelImpl<AHOrg>
public Object clone()
clone
in interface com.liferay.portal.model.BaseModel<AHOrg>
clone
in interface AHOrgModel
clone
in class com.liferay.portal.model.impl.BaseModelImpl<AHOrg>
public int compareTo(AHOrg ahOrg)
compareTo
in interface AHOrgModel
compareTo
in interface Comparable<AHOrg>
public Class<?> getClpSerializerClass()
public int hashCode()
hashCode
in interface AHOrgModel
hashCode
in class Object
public String toString()
toString
in interface AHOrgModel
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.portal.model.BaseModel<AHOrg>
toXmlString
in interface AHOrgModel
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.