public interface PortalObject<B extends PropertyBean>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Get the id of an object after it has been attached.
|
B |
getProperties()
Get a property bean representing the current state of properties on this portal object.
|
B |
getProperties(java.util.Locale locale)
Get a property bean representing the current state of properties on this portal object for a specific locale.
|
java.lang.String getId()
B getProperties()
B getProperties(java.util.Locale locale)
locale
- The Locale
to get translatable properties for