
net.anotheria.anosite.gen.aslayoutdata.data.PageLayout Maven / Gradle / Ivy
/**
********************************************************************************
*** PageLayout.java ***
*** generated by AnoSiteGenerator (ASG), Version: 4.2.2 ***
*** Copyright (C) 2005 - 2025 Anotheria.net, www.anotheria.net ***
*** All Rights Reserved. ***
********************************************************************************
*** Don't edit this code, if you aren't sure ***
*** that you do exactly know what you are doing! ***
*** It's better to invest time in the generator, as into the generated code. ***
********************************************************************************
*/
package net.anotheria.anosite.gen.aslayoutdata.data;
import net.anotheria.asg.data.DataObject;
import net.anotheria.util.sorter.IComparable;
public interface PageLayout extends DataObject, IComparable {
/**
* Constant property name for "id" for internal storage and queries.
*/
String PROP_ID = "id";
/**
* Constant property name for "name" for internal storage and queries.
*/
String PROP_NAME = "name";
/**
* Constant property name for "layoutpage" for internal storage and queries.
*/
String PROP_LAYOUTPAGE = "layoutpage";
/**
* Constant property name for "description" for internal storage and queries.
*/
String PROP_DESCRIPTION = "description";
/**
* Constant property name for "style" for internal storage and queries.
*/
String LINK_PROP_STYLE = "style";
/**
* Returns the value of the name attribute.
*/
String getName();
/**
* Sets the value of the name attribute.
*/
void setName(String value);
/**
* Returns the value of the layoutpage attribute.
*/
String getLayoutpage();
/**
* Sets the value of the layoutpage attribute.
*/
void setLayoutpage(String value);
/**
* Returns the value of the description attribute.
*/
String getDescription();
/**
* Sets the value of the description attribute.
*/
void setDescription(String value);
/**
* Returns the value of the style attribute.
*/
String getStyle();
/**
* Sets the value of the style attribute.
*/
void setStyle(String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy