Class CreateOrUpdateDbSchemaDto
java.lang.Object
ch.admin.bit.jeap.archrepo.web.rest.database.CreateOrUpdateDbSchemaDto
-
Constructor Summary
ConstructorsConstructorDescriptionCreateOrUpdateDbSchemaDto(String systemComponentName, ch.admin.bit.jeap.archrepo.model.database.DatabaseSchema schema) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanch.admin.bit.jeap.archrepo.model.database.DatabaseSchemainthashCode()voidsetSchema(ch.admin.bit.jeap.archrepo.model.database.DatabaseSchema schema) voidsetSystemComponentName(String systemComponentName) toString()
-
Constructor Details
-
CreateOrUpdateDbSchemaDto
@ConstructorProperties({"systemComponentName","schema"}) public CreateOrUpdateDbSchemaDto(String systemComponentName, ch.admin.bit.jeap.archrepo.model.database.DatabaseSchema schema)
-
-
Method Details
-
getSystemComponentName
-
getSchema
public ch.admin.bit.jeap.archrepo.model.database.DatabaseSchema getSchema() -
setSystemComponentName
-
setSchema
public void setSchema(ch.admin.bit.jeap.archrepo.model.database.DatabaseSchema schema) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-