public class FedoraVersionImpl extends Object implements FedoraVersion
| Constructor and Description |
|---|
FedoraVersionImpl(String identifier,
Instant created)
Create an object that contains information about a particular FedoraResource version
|
| Modifier and Type | Method and Description |
|---|---|
Instant |
getCreated()
Get the date the version was created
|
String |
getIdentifier()
Get an identifier for this version
|
public FedoraVersionImpl(String identifier, Instant created)
identifier - the identifier for this FedoraVersioncreated - the instant this version was createdpublic String getIdentifier()
FedoraVersiongetIdentifier in interface FedoraVersionpublic Instant getCreated()
FedoraVersiongetCreated in interface FedoraVersionCopyright © 2013–2018 DuraSpace, Inc.. All rights reserved.