public interface CategoryMediaXref extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory() |
Long |
getId() |
String |
getKey() |
Media |
getMedia() |
void |
setCategory(Category category) |
void |
setId(Long id) |
void |
setKey(String key) |
void |
setMedia(Media media) |
Copyright © 2017. All rights reserved.