Class SchemaMappings
- java.lang.Object
-
- com.maxxton.microdocs.core.domain.schema.SchemaMappings
-
public class SchemaMappings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SchemaMappings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaMappinggetClient()SchemaMappinggetJson()SchemaMappinggetRelational()voidsetClient(SchemaMapping client)voidsetJson(SchemaMapping json)voidsetRelational(SchemaMapping relational)
-
-
-
Method Detail
-
getJson
public SchemaMapping getJson()
-
setJson
public void setJson(SchemaMapping json)
-
getRelational
public SchemaMapping getRelational()
-
setRelational
public void setRelational(SchemaMapping relational)
-
getClient
public SchemaMapping getClient()
-
setClient
public void setClient(SchemaMapping client)
-
-