public class DistributionSnapshotDescImpl extends Object implements DistributionSnapshotDesc
Modifier and Type | Field and Description |
---|---|
protected Date |
created |
protected boolean |
live |
protected String |
name |
protected String |
version |
Constructor and Description |
---|
DistributionSnapshotDescImpl() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate() |
String |
getName() |
Date |
getReleaseDate() |
String |
getVersion() |
boolean |
isLive() |
protected boolean live
public DistributionSnapshotDescImpl()
public Date getCreationDate()
getCreationDate
in interface DistributionSnapshotDesc
public Date getReleaseDate()
getReleaseDate
in interface DistributionSnapshotDesc
public String getName()
getName
in interface DistributionSnapshotDesc
public String getVersion()
getVersion
in interface DistributionSnapshotDesc
public boolean isLive()
isLive
in interface DistributionSnapshotDesc
Copyright © 2016 Nuxeo SA. All rights reserved.