public class ALSBResourceInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
ALSBResourceInfo(Ref ref, Set<Ref> externalRefs, boolean hasSensitiveInformation)
Called during import & export.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Ref> |
getExternalrefs()
Returns a set of references from this resource to other resources
|
Ref |
getRef()
Returns a reference to the resource
|
boolean |
isHasSensitiveInformation()
Returns whether this resource has sensitive information such as user names and passwords
|
public static final long serialVersionUID
public Ref getRef()
public Set<Ref> getExternalrefs()
public boolean isHasSensitiveInformation()