public interface ResourceModel<T> extends Identifiable
Modifier and Type | Method and Description |
---|---|
Identification |
getConsumer()
returns the consumer of the object (if set).
|
Identification |
getProvider()
returns the provider of the Resource.
|
T |
getResource()
returns the associated Resource data if set.
|
String |
getResourceID()
returns the ID of the Resource.
|
boolean |
hasProvider()
returns whether a provider is set
|
getID, isOwner
T getResource()
String getResourceID()
Identification getProvider()
boolean hasProvider()
Identification getConsumer()
Copyright © 2016. All rights reserved.