DIDLObject |
DIDLObject.addDescMetadata(DescMeta<?> descMetadata) |
DIDLObject |
DIDLObject.addProperties(DIDLObject.Property<?>[] properties) |
DIDLObject |
DIDLObject.addProperty(DIDLObject.Property property) |
DIDLObject |
DIDLObject.addResource(Res resource) |
DIDLObject |
DIDLObject.removeProperties(Class<? extends DIDLObject.Property<?>> propertyClass) |
DIDLObject |
DIDLObject.replaceFirstProperty(DIDLObject.Property<?> property) |
DIDLObject |
DIDLObject.replaceProperties(Class<? extends DIDLObject.Property<?>> propertyClass,
DIDLObject.Property<?>[] properties) |
DIDLObject |
DIDLObject.setClazz(DIDLObject.Class clazz) |
DIDLObject |
DIDLObject.setCreator(String creator) |
DIDLObject |
DIDLObject.setId(String id) |
DIDLObject |
DIDLObject.setParentID(String parentID) |
DIDLObject |
DIDLObject.setProperties(List<DIDLObject.Property<?>> properties) |
DIDLObject |
DIDLObject.setResources(List<Res> resources) |
DIDLObject |
DIDLObject.setRestricted(boolean restricted) |
DIDLObject |
DIDLObject.setTitle(String title) |
DIDLObject |
DIDLObject.setWriteStatus(WriteStatus writeStatus) |