public class VersionMetaData extends Object
Constructor and Description |
---|
VersionMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy()
(Required)
|
Date |
getCreatedOn()
(Required)
|
String |
getDescription() |
Long |
getGlobalId()
(Required)
|
String |
getName() |
ArtifactType |
getType()
(Required)
|
Integer |
getVersion()
(Required)
|
void |
setCreatedBy(String createdBy)
(Required)
|
void |
setCreatedOn(Date createdOn)
(Required)
|
void |
setDescription(String description) |
void |
setGlobalId(Long globalId)
(Required)
|
void |
setName(String name) |
void |
setType(ArtifactType type)
(Required)
|
void |
setVersion(Integer version)
(Required)
|
public Integer getVersion()
public void setVersion(Integer version)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public Date getCreatedOn()
public void setCreatedOn(Date createdOn)
public ArtifactType getType()
public void setType(ArtifactType type)
public Long getGlobalId()
public void setGlobalId(Long globalId)
Copyright © 2019 Red Hat. All rights reserved.