public class Distribution extends Object
| Constructor and Description |
|---|
Distribution() |
| Modifier and Type | Method and Description |
|---|---|
String |
getElement()
getElement(), return the element of Distribution
|
DistributionKind |
getKind()
getKind(), get the object kind
|
StatusCode |
getStatusOnEmptyDistribution()
Get the status to be used in the logbook if no distribution occurred
|
DistributionType |
getType()
get the type of the distribution
|
Distribution |
setElement(String element)
setElement, set the value of element
|
Distribution |
setKind(DistributionKind kind)
setKind, set the kind of Distribution object
|
Distribution |
setStatusOnEmptyDistribution(StatusCode statusOnEmptyDistribution)
Set the status to be used in the logbook if no distribution occurred
|
Distribution |
setType(DistributionType type)
set the type of the distribution
|
public DistributionKind getKind()
public Distribution setKind(DistributionKind kind)
kind - of DistributionKindpublic String getElement()
public Distribution setElement(String element)
element - as Stringpublic DistributionType getType()
public Distribution setType(DistributionType type)
type - the type of the distributionpublic StatusCode getStatusOnEmptyDistribution()
public Distribution setStatusOnEmptyDistribution(StatusCode statusOnEmptyDistribution)
statusOnEmptyDistribution - Copyright © 2018 Vitam. All rights reserved.