org.hccp.atom
Class OutOfLineContent
java.lang.Object
|
+--org.hccp.atom.OutOfLineContent
- All Implemented Interfaces:
- Content
- public class OutOfLineContent
- extends java.lang.Object
- implements Content
Created by IntelliJ IDEA.
User: igb
Date: Sep 20, 2005
Time: 10:55:33 PM
To change this template use File | Settings | File Templates.
|
Method Summary |
java.net.URI |
getSrc()
|
org.hccp.atom.Type |
getType()
|
void |
setSrc(java.net.URI src)
|
void |
setType(org.hccp.atom.Type type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutOfLineContent
public OutOfLineContent()
getType
public org.hccp.atom.Type getType()
- Specified by:
getType in interface Content
setType
public void setType(org.hccp.atom.Type type)
getSrc
public java.net.URI getSrc()
setSrc
public void setSrc(java.net.URI src)