Class AppEntity
java.lang.Object
org.exoplatform.social.core.jpa.storage.entity.AppEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAppId()inthashCode()booleanvoidvoidsetAppName(String appName) voidsetRemovable(boolean isRemovable) voidsetStatus(AppEntity.Status status) toString()
-
Constructor Details
-
AppEntity
public AppEntity()
-
-
Method Details
-
getAppId
-
setAppId
-
getAppName
-
setAppName
-
isRemovable
public boolean isRemovable() -
setRemovable
public void setRemovable(boolean isRemovable) -
getStatus
-
setStatus
-
parse
-
toString
-
hashCode
public int hashCode() -
equals
-