Class Graphics.Graphic
- java.lang.Object
-
- org.cyclonedx.model.component.modelCard.data.Graphics.Graphic
-
- Enclosing class:
- Graphics
public static class Graphics.Graphic extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private AttachmentTextimageprivate java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description Graphic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentTextgetImage()java.lang.StringgetName()voidsetImage(AttachmentText image)voidsetName(java.lang.String name)
-
-
-
Field Detail
-
name
private java.lang.String name
-
image
private AttachmentText image
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getImage
public AttachmentText getImage()
-
setImage
public void setImage(AttachmentText image)
-
-