org.fourthline.cling.support.model.dlna.types
Class ScmsFlagType

java.lang.Object
  extended by org.fourthline.cling.support.model.dlna.types.ScmsFlagType

public class ScmsFlagType
extends Object

Author:
Mario Franco

Constructor Summary
ScmsFlagType()
           
ScmsFlagType(boolean copyright, boolean original)
           
 
Method Summary
 boolean isCopyright()
           
 boolean isOriginal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScmsFlagType

public ScmsFlagType()

ScmsFlagType

public ScmsFlagType(boolean copyright,
                    boolean original)
Method Detail

isCopyright

public boolean isCopyright()
Returns:
the copyright

isOriginal

public boolean isOriginal()
Returns:
the original


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.