public class SimplePreResourceShowDetails extends Object implements IPreResourceShowDetails
| Constructor and Description |
|---|
SimplePreResourceShowDetails(IBaseResource theResource) |
SimplePreResourceShowDetails(List<T> theResources) |
| Modifier and Type | Method and Description |
|---|---|
IBaseResource |
getResource(int theIndex) |
void |
markResourceAtIndexAsSubset(int theIndex)
Indicates that data is being masked from within the resource at the given index.
|
void |
setResource(int theIndex,
IBaseResource theResource)
Replace the resource being returned at index
|
int |
size() |
public SimplePreResourceShowDetails(IBaseResource theResource)
public SimplePreResourceShowDetails(List<T> theResources)
public int size()
size in interface IPreResourceShowDetailspublic IBaseResource getResource(int theIndex)
getResource in interface IPreResourceShowDetailspublic void setResource(int theIndex, IBaseResource theResource)
IPreResourceShowDetailssetResource in interface IPreResourceShowDetailstheIndex - The resource indextheResource - The resource at indexpublic void markResourceAtIndexAsSubset(int theIndex)
IPreResourceShowDetailsmarkResourceAtIndexAsSubset in interface IPreResourceShowDetailstheIndex - The resource indexCopyright © 2014–2019 University Health Network. All rights reserved.