Package org.cyclos.entities.system
Class Language
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,ProcessableForDataTranslation,DefinesNetwork,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class Language extends ConfigurationEntity implements DefinesNetwork
-
-
Constructor Summary
Constructors Constructor Description Language()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Language>getChildren()DategetLastModified()StringgetLastModifiedInMillis()intgetLevel()NetworkgetNetwork()Returns the network this entity belongs toLanguagegetParent()BuiltinLanguagegetTemplate()voidsetLastModified(Date lastModified)voidsetNetwork(Network network)voidsetParent(Language parent)voidsetTemplate(BuiltinLanguage template)-
Methods inherited from class org.cyclos.entities.ConfigurationEntity
getDescription, getInternalName, setDescription, setInternalName, toShortString, toString
-
Methods inherited from class org.cyclos.entities.NamedEntity
compareTo, getName, getNames, setName
-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Method Detail
-
getLastModified
public Date getLastModified()
-
getLastModifiedInMillis
public String getLastModifiedInMillis()
-
getLevel
public int getLevel()
-
getNetwork
public Network getNetwork()
Description copied from class:NetworkedEntityReturns the network this entity belongs to- Specified by:
getNetworkin classNetworkedEntity
-
getParent
public Language getParent()
-
getTemplate
public BuiltinLanguage getTemplate()
-
setLastModified
public void setLastModified(Date lastModified)
-
setNetwork
public void setNetwork(Network network)
- Specified by:
setNetworkin interfaceDefinesNetwork
-
setParent
public void setParent(Language parent)
-
setTemplate
public void setTemplate(BuiltinLanguage template)
-
-