public class BookmarkEntity extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected BookmarkEntityPK |
bookmarkEntityPK
EmbeddedId primary key field
|
| Constructor and Description |
|---|
BookmarkEntity()
Creates a new instance of BookmarkEntity
|
BookmarkEntity(BookmarkEntityPK bookmarkEntityPK)
Creates a new instance of BookmarkEntity with the specified values.
|
BookmarkEntity(BookmarkEntityPK bookmarkEntityPK,
String uri)
Creates a new instance of BookmarkEntity with the specified values.
|
BookmarkEntity(String bmid,
String userid)
Creates a new instance of BookmarkEntityPK with the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Determines whether another object is equal to this BookmarkEntity.
|
BookmarkEntityPK |
getBookmarkEntityPK()
Gets the bookmarkEntityPK of this BookmarkEntity.
|
String |
getLdesc()
Gets the ldesc of this BookmarkEntity.
|
String |
getSdesc()
Gets the sdesc of this BookmarkEntity.
|
Date |
getUpdated()
Gets the updated of this BookmarkEntity.
|
String |
getUri()
Gets the uri of this BookmarkEntity.
|
UserEntity |
getUserEntity()
Gets the userEntity of this BookmarkEntity.
|
int |
hashCode()
Returns a hash code value for the object.
|
void |
setBookmarkEntityPK(BookmarkEntityPK bookmarkEntityPK)
Sets the bookmarkEntityPK of this BookmarkEntity to the specified value.
|
void |
setLdesc(String ldesc)
Sets the ldesc of this BookmarkEntity to the specified value.
|
void |
setSdesc(String sdesc)
Sets the sdesc of this BookmarkEntity to the specified value.
|
void |
setUpdated(Date updated)
Sets the updated of this BookmarkEntity to the specified value.
|
void |
setUri(String uri)
Sets the uri of this BookmarkEntity to the specified value.
|
void |
setUserEntity(UserEntity userEntity)
Sets the userEntity of this BookmarkEntity to the specified value.
|
String |
toString()
Returns a string representation of the object.
|
protected BookmarkEntityPK bookmarkEntityPK
public BookmarkEntity()
public BookmarkEntity(BookmarkEntityPK bookmarkEntityPK)
bookmarkEntityPK - the bookmarkEntityPK of the BookmarkEntitypublic BookmarkEntity(BookmarkEntityPK bookmarkEntityPK, String uri)
bookmarkEntityPK - the bookmarkEntityPK of the BookmarkEntityuri - the uri of the BookmarkEntitypublic BookmarkEntityPK getBookmarkEntityPK()
public void setBookmarkEntityPK(BookmarkEntityPK bookmarkEntityPK)
bookmarkEntityPK - the new bookmarkEntityPKpublic String getUri()
public void setUri(String uri)
uri - the new uripublic Date getUpdated()
public void setUpdated(Date updated)
updated - the new updatedpublic String getLdesc()
public void setLdesc(String ldesc)
ldesc - the new ldescpublic String getSdesc()
public void setSdesc(String sdesc)
sdesc - the new sdescpublic UserEntity getUserEntity()
public void setUserEntity(UserEntity userEntity)
userEntity - the new userEntitypublic int hashCode()
public boolean equals(Object object)
true if and only if the argument is not null and is a BookmarkEntity object that
has the same id field values as this object.Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.