@Entity public class Schema extends Object
Constructor and Description |
---|
Schema() |
Modifier and Type | Method and Description |
---|---|
String |
getDefinition() |
String |
getFormat() |
Integer |
getId() |
String |
getSubject() |
Integer |
getVersion() |
void |
setDefinition(String definition) |
void |
setFormat(String format) |
void |
setId(Integer id) |
void |
setSubject(String subject) |
void |
setVersion(Integer version) |
public Integer getId()
public void setId(Integer id)
public Integer getVersion()
public void setVersion(Integer version)
public String getSubject()
public void setSubject(String subject)
public String getFormat()
public void setFormat(String format)
public String getDefinition()
public void setDefinition(String definition)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.