public abstract class NavigationItem extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
NavigationItem.Factory
Constructs new instances of
NavigationItem . |
Constructor and Description |
---|
NavigationItem() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an NavigationItem instance and all identifiers
for this entity equal the identifiers of the argument entity. |
String |
getData() |
Long |
getId() |
int |
getItemIndex() |
Timestamp |
getLastAccessDate() |
String |
getName() |
User |
getOwner() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setData(String data) |
void |
setId(Long id) |
void |
setItemIndex(int itemIndex) |
void |
setLastAccessDate(Timestamp lastAccessDate) |
void |
setName(String name) |
void |
setOwner(User owner) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an NavigationItem instance and all identifiers
for this entity equal the identifiers of the argument entity. Returns false
otherwise.public String getData()
public Long getId()
public int getItemIndex()
public Timestamp getLastAccessDate()
public String getName()
public User getOwner()
public int hashCode()
public void setData(String data)
public void setId(Long id)
public void setItemIndex(int itemIndex)
public void setLastAccessDate(Timestamp lastAccessDate)
public void setName(String name)
public void setOwner(User owner)
Copyright © 2019 Communote team. All rights reserved.