|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
ConstraintsImpl
LegalConstraintsImpl
public class LegalConstraintsImpl
Restrictions and legal prerequisites for accessing and using the resource.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
LegalConstraintsImpl()
Constructs an initially empty constraints. |
|
LegalConstraintsImpl(LegalConstraints source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Collection<Restriction> |
getAccessConstraints()
Returns the access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource. |
Collection<InternationalString> |
getOtherConstraints()
Returns the other restrictions and legal prerequisites for accessing and using the resource. |
Collection<Restriction> |
getUseConstraints()
Returns the constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource. |
void |
setAccessConstraints(Collection<? extends Restriction> newValues)
Set the access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource. |
void |
setOtherConstraints(Collection<? extends InternationalString> newValues)
Set the other restrictions and legal prerequisites for accessing and using the resource. |
void |
setUseConstraints(Collection<? extends Restriction> newValues)
Set the constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource. |
Methods inherited from class ConstraintsImpl |
---|
getUseLimitation, setUseLimitation |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface Constraints |
---|
getUseLimitation |
Constructor Detail |
---|
public LegalConstraintsImpl()
public LegalConstraintsImpl(LegalConstraints source)
Method Detail |
---|
public Collection<Restriction> getAccessConstraints()
getAccessConstraints
in interface LegalConstraints
public void setAccessConstraints(Collection<? extends Restriction> newValues)
public Collection<Restriction> getUseConstraints()
getUseConstraints
in interface LegalConstraints
public void setUseConstraints(Collection<? extends Restriction> newValues)
public Collection<InternationalString> getOtherConstraints()
getOtherConstraints
in interface LegalConstraints
public void setOtherConstraints(Collection<? extends InternationalString> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |