asit.moa.client.sign
Class MetaInfoImpl

java.lang.Object
  extended byasit.moa.client.sign.MetaInfoImpl
All Implemented Interfaces:
MetaInfo

public class MetaInfoImpl
extends Object
implements MetaInfo

Author:
atauber

Field Summary
protected  String description_
           
protected  String mimeType_
           
 
Constructor Summary
MetaInfoImpl(String mimeType, String description)
           
 
Method Summary
 String getDescription()
           
 String getMimeType()
           
 Element toElement(Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mimeType_

protected String mimeType_

description_

protected String description_
Constructor Detail

MetaInfoImpl

public MetaInfoImpl(String mimeType,
                    String description)
Method Detail

getMimeType

public String getMimeType()
Specified by:
getMimeType in interface MetaInfo

getDescription

public String getDescription()
Specified by:
getDescription in interface MetaInfo

toElement

public Element toElement(Document doc)
Specified by:
toElement in interface MetaInfo


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.