com.stratelia.webactiv.organization
Class ComponentInstanceI18NRow

java.lang.Object
  extended by com.stratelia.webactiv.organization.ComponentInstanceI18NRow

public class ComponentInstanceI18NRow
extends Object


Field Summary
 int componentId
           
 String description
           
 int id
           
 String lang
           
 String name
           
 
Constructor Summary
ComponentInstanceI18NRow()
           
ComponentInstanceI18NRow(ComponentI18N componentI18N)
           
ComponentInstanceI18NRow(ComponentInstanceRow component)
           
ComponentInstanceI18NRow(int componentId, String lang, String name, String description)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

componentId

public int componentId

lang

public String lang

name

public String name

description

public String description
Constructor Detail

ComponentInstanceI18NRow

public ComponentInstanceI18NRow()

ComponentInstanceI18NRow

public ComponentInstanceI18NRow(ComponentI18N componentI18N)

ComponentInstanceI18NRow

public ComponentInstanceI18NRow(ComponentInstanceRow component)

ComponentInstanceI18NRow

public ComponentInstanceI18NRow(int componentId,
                                String lang,
                                String name,
                                String description)


Copyright © 2016 Silverpeas. All Rights Reserved.