Package de.trustable.ca3s.core.domain
Class AlgorithmRestriction
- java.lang.Object
-
- de.trustable.ca3s.core.domain.AlgorithmRestriction
-
- All Implemented Interfaces:
Serializable
@Entity public class AlgorithmRestriction extends Object implements Serializable
A AlgorithmRestriction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlgorithmRestriction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmRestrictionacceptable(Boolean acceptable)AlgorithmRestrictionaddPipelines(Pipeline pipeline)booleanequals(Object o)BooleangetAcceptable()LonggetId()StringgetIdentifier()StringgetName()InstantgetNotAfter()Set<Pipeline>getPipelines()AlgorithmTypegetType()inthashCode()AlgorithmRestrictionid(Long id)AlgorithmRestrictionidentifier(String identifier)AlgorithmRestrictionname(String name)AlgorithmRestrictionnotAfter(Instant notAfter)AlgorithmRestrictionpipelines(Set<Pipeline> pipelines)AlgorithmRestrictionremovePipelines(Pipeline pipeline)voidsetAcceptable(Boolean acceptable)voidsetId(Long id)voidsetIdentifier(String identifier)voidsetName(String name)voidsetNotAfter(Instant notAfter)voidsetPipelines(Set<Pipeline> pipelines)voidsetType(AlgorithmType type)StringtoString()AlgorithmRestrictiontype(AlgorithmType type)
-
-
-
Method Detail
-
getId
public Long getId()
-
id
public AlgorithmRestriction id(Long id)
-
setId
public void setId(Long id)
-
getType
public AlgorithmType getType()
-
type
public AlgorithmRestriction type(AlgorithmType type)
-
setType
public void setType(AlgorithmType type)
-
getNotAfter
public Instant getNotAfter()
-
notAfter
public AlgorithmRestriction notAfter(Instant notAfter)
-
setNotAfter
public void setNotAfter(Instant notAfter)
-
getIdentifier
public String getIdentifier()
-
identifier
public AlgorithmRestriction identifier(String identifier)
-
setIdentifier
public void setIdentifier(String identifier)
-
getName
public String getName()
-
name
public AlgorithmRestriction name(String name)
-
setName
public void setName(String name)
-
getAcceptable
public Boolean getAcceptable()
-
acceptable
public AlgorithmRestriction acceptable(Boolean acceptable)
-
setAcceptable
public void setAcceptable(Boolean acceptable)
-
pipelines
public AlgorithmRestriction pipelines(Set<Pipeline> pipelines)
-
addPipelines
public AlgorithmRestriction addPipelines(Pipeline pipeline)
-
removePipelines
public AlgorithmRestriction removePipelines(Pipeline pipeline)
-
-