org.thymeleaf.doctype.translation
Class DocTypeTranslation

Object
  extended by org.thymeleaf.doctype.translation.DocTypeTranslation
All Implemented Interfaces:
IDocTypeTranslation

public class DocTypeTranslation
extends Object
implements IDocTypeTranslation

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
DocTypeTranslation(DocTypeIdentifier sourcePublicID, DocTypeIdentifier sourceSystemID, DocTypeIdentifier targetPublicID, DocTypeIdentifier targetSystemID)
           
 
Method Summary
 DocTypeIdentifier getSourcePublicID()
           
 DocTypeIdentifier getSourceSystemID()
           
 DocTypeIdentifier getTargetPublicID()
           
 DocTypeIdentifier getTargetSystemID()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocTypeTranslation

public DocTypeTranslation(DocTypeIdentifier sourcePublicID,
                          DocTypeIdentifier sourceSystemID,
                          DocTypeIdentifier targetPublicID,
                          DocTypeIdentifier targetSystemID)
Method Detail

getSourcePublicID

public DocTypeIdentifier getSourcePublicID()
Specified by:
getSourcePublicID in interface IDocTypeTranslation

getSourceSystemID

public DocTypeIdentifier getSourceSystemID()
Specified by:
getSourceSystemID in interface IDocTypeTranslation

getTargetPublicID

public DocTypeIdentifier getTargetPublicID()
Specified by:
getTargetPublicID in interface IDocTypeTranslation

getTargetSystemID

public DocTypeIdentifier getTargetSystemID()
Specified by:
getTargetSystemID in interface IDocTypeTranslation


Copyright © 2012 The THYMELEAF team. All Rights Reserved.