public class NamedEntityPrefId extends EntityPrefId implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Long |
categoryId |
String |
key |
Long |
namedEntityId |
| Constructor and Description |
|---|
NamedEntityPrefId() |
NamedEntityPrefId(Long orderId,
String key,
Long categoryId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCategoryId() |
String |
getKey() |
Long |
getNamedEntityId() |
static long |
getSerialversionuid() |
int |
hashCode() |
void |
setCategoryId(Long categoryId) |
void |
setKey(String key) |
void |
setNamedEntityId(Long namedEntityId) |
public Long namedEntityId
public String key
public Long categoryId
public int hashCode()
hashCode in class EntityPrefIdpublic boolean equals(Object obj)
equals in class EntityPrefIdpublic Long getNamedEntityId()
public void setNamedEntityId(Long namedEntityId)
public String getKey()
getKey in class EntityPrefIdpublic void setKey(String key)
setKey in class EntityPrefIdpublic Long getCategoryId()
getCategoryId in class EntityPrefIdpublic void setCategoryId(Long categoryId)
setCategoryId in class EntityPrefIdpublic static long getSerialversionuid()
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.