Package org.hibernate.internal.util.xml
Class OriginImpl
- java.lang.Object
-
- org.hibernate.internal.util.xml.OriginImpl
-
- All Implemented Interfaces:
Serializable
,Origin
public class OriginImpl extends Object implements Origin, Serializable
Basic implementation ofOrigin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OriginImpl(String type, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
The name of the document origin.String
getType()
Retrieve the type of origin.
-